Map selected users
To enable mapping for selected AD users, configure the AuthProvider.xml file and add user details in the ADUsers.xml.
The AuthProvider.xml file enables you to specify, if selective AD users are to be mapped or all AD users are to be mapped.
AuthenticationProviders_AuthProvider.xml
Configure the XML as :
XML file name and path | [InstallPath]\Settings\AuthProvider.xml |
---|---|
Tag |
<AuthenticationProviders>
|
Node |
<ManualLookup>false</ManualLookup>
|
Configuration setting |
Set the value of the node <ManualLookup> to:
|
Default Value | The default value is
false .
|
To allow access to specific AD users, enter the user login name details in the ADUsers.xml file. During user mapping, users are picked up from the ADUsers.xml. Only the users specified in this xml file will be mapped.
ADUserIDS_ADUsers.xml
Enter the users’ details in the ADUsers.xml file as follows:
XML file name and path | [InstallPath]\Settings\ADUsers.xml |
---|---|
Tag |
<ADUserIDS>
|
Node |
<ADUserID>user login
name</ADUserID>
|
Configuration setting | To map specific users, add the node
<ADUserID> user login name
</ADUserID> . For example you have added
<ADUserID>a</ADUserID>,
<ADUserID>b</ADUserID> . The users with the login names a
and b will be mapped.
|
Default value | If <ManualLookup> node in the AuthProvider.xml is set to true, and if no users are specified in ADUsers.xml, only the Administrator will be available on the Users and Security pages on user interface. |