Core Configuration
The configuration of the core setting is done in the core configuration file.
File location
<WorkspaceDirectory>\ConfigFiles\xio.CorePlugin.cfg
Parameter | Description | Scope | Unit | Default value |
---|---|---|---|---|
xio.CorePlugin.AuthenticationType | Sets the type of user management for the NETx BMS Core. Default is internal. | Internal, ActiveDirectory | None | Internal |
xio.CorePlugin.AdDomain | If AuthenticationType is ActiveDirectory, the Active Directory Domain must be specified here. | String | None | None |
xio.CorePlugin.AdAutoAdd | If Active Directory Auto Add is enabled, all enabled active directory users will be loaded at server startup, otherwise users will be loaded upon login. | true/false | None | false |
xio.CorePlugin.AdAutoAddAllGroups | If activated, all enabled active directory users from all configured groups (User, Viewer, Manager, Administrator, SuperAdministrator) are loaded at start-up. | true/false | None | true |
xio.CorePlugin.AdGroupUser | Only active directory users of this group will be loaded upon startup if "Active Directory Auto Add" is set to true. | String | None | None |
xio.CorePlugin.AdGroupViewer | If set, active directory users that are members of this group will be added to the Viewers group in Web Manager. | String | None | None |
xio.CorePlugin.AdGroupManager | If set, active directory users that are members of this group will be added to the Managers group in Web Manager. | String | None | None |
xio.CorePlugin.AdGroupAdministrator | If set, active directory users that are members of this group will be added to the Administrators group in Web Manager. | String | None | None |
xio.CorePlugin.AdGroupSuperAdministrator | If set, active directory users that are members of this group will be added as Super Administrator in Web Manager. | String | None | None |
xio.CorePlugin.UserManagementTimeout | Timeout to wait for the user management to become ready. | 30 – 10000 | s | 30 |
xio.CorePlugin.CorePluginTimeout | Timeout to wait for the core plugin to become ready. | 30 – 10000 | s | 30 |
Applies to the following products
NETx BMS Platform