DisableUserFromDNSearch
A Boolean value that specifies whether to prevent OmniGroupServer from trying to retrieve users for unrecognized distinguished names that are retrieved from group attributes.
Normally the KeyMember attributes of a group contain the distinguished names of the users and groups who are members of the group. To prevent OmniGroupServer from trying to retrieve information for unrecognized distinguished names, set this parameter to true
.
If you set this parameter to false
, OmniGroupServer attempts to retrieve information for unknown users. This could include cases where:
- The user name does not match the UserFilter.
- The user no longer exists.
- The KeyMember attribute is invalid.
- The initial user search has been disabled by DisableInitialUserSearch.
Type: | Boolean |
Default: | True |
Required: | No |
Configuration Section: | LDAP Repository or Default |
Example: | DisableUserFromDNSearch=True
|
See Also: |