Allow LDAP Referral Chasing in search Enable this setting for referral chase in LDAP search. This setting is enabled by default.
Allow linking LDAP users/groups to predefined Strategy users/groups Enable this setting to allow linking of LDAP users/groups to predefined MSTR users/groups. This setting is enabled by default.
Allow NT login if LDAP user cannot be found Enable to allow NT login if an LDAP user is not found. This setting is disabled by default.
Import group at login Enable this setting to import LDAP groups into the Strategy metadata at login.
Import User At login Enable this setting to import LDAP users into the Strategy metadata as Strategy users at login.
LDAP SDK Library Enter the value of your LDAP SDK Library. The default value is automatically populated when the directory server driver is selected. This value must match the value used by the Intelligence server.
Reuse Connection Enable this setting to use connection pooling with your LDAP server.
Search Group Import Filter Enter a group search filter to return a list of groups to import in batches.
A group search filter is generally of the following form:
&(objectclass=LDAP_GROUP_OBJECT_CLASS)(LDAP_GROUP_ATTR=SEARCH_STRING))
Search Limit during Batch Import This setting controls LDAP paging. The default value is 1000. Set this value to 0 for unlimited page length.
LDAP search paging requires support from both the LDAP client and server. In addition to the Intelligence server setting, the administrator must set the page limit on the LDAP server.
Search Timeout Enter a value (in minutes) when the search times out.
Search User Import Filter Enter a user search filter to return a list of users to import in batches.
A user search filter is generally of the following form:
(&(objectclass=LDAP_USER_OBJECT_CLASS)(LDAP_LOGIN_ATTR=SEARCH_STRING))
Synchronize group at login Enable this setting to synchronize Strategy's group information with the LDAP group information at login.
Synchronize user at login Enable this setting to synchronize Strategy's user information with the LDAP user information at login.
Synchronize user/group information with LDAP during Trusted authentication Enable this setting to synchronize Strategy's user and group information with the LDAP user information during Trusted authentication.
Synchronize user/group information with LDAP during Windows authentication and import Windows link during Batch import Enable this setting to synchronize Strategy's user and group information with the LDAP user information during Windows authentication. This setting also links a Windows user name to a Strategy user account. The user can then log into a Strategy project using the Windows log in credentials.
User login fails if LDAP attribute value is not read from the LDAP server Enable this setting to cause the user login to fail if the LDAP attribute value is not read from the LDAP server.