 | aceServerInitFlags Enumeration |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Server init options
Namespace:
imbACE.Network.internet.config
Assembly:
imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
Members|
| Member name | Value | Description |
|---|
| none | 0 | |
| enforceALC | 1 |
To enforce Access Level Control (authorization)
|
| enforceIPDoubleCheck | 2 |
Should it check IP allow list in user definition
|
| enforceIPGlobalCheck | 4 |
It uses IP allowed list from configParameters |
| enforceLocalhostOnly | 8 |
It will ignore both enforceIPGlobalCheck and enforceIPDoubleCheck and allow only local host to send requests.
|
| enforceLocalNetworkNodeOnly | 16 |
Allow access all ip addressed with the same network prefix
|
See Also