Represents the configuration object for the Active Directory security provider. You must create a configuration object for each Active Directory forest that is accessed by the FileNet P8 domain. For example, if you have two Active Directory forests to be accessed by the FileNet P8 domain, you need to create two Active Directory-specific
objects--one for each forest. To create an instance of the
class, call
. The group of type-specific directory configuration objects is contained in the
collection object.
The following tables list the members exposed by IDirectoryConfigurationAD.
Public Properties
Name | Description | |
---|---|---|
![]() |
ConnectionTimeout | Specifies the Active Directory Service provider connection timeout in milliseconds. The default is 500 milliseconds. If the connection is across a WAN, consider increasing the value. When getting back a collection of domain controllers for a given domain, use this property in an LDAP connection request to determine if a given domain controller in the domain is up and running. If a timeout exception occurs in the specified time, assume the domain controller is not running and try the next one. |
![]() |
ReturnNameAsDN | Specifies whether to return the user or group name in Distinguished Name (DN) format for Active Directory Service provider. By default, the Active Directory Service provider returns the user and group names in UPN format. If this property is set to , the service provider returns the names in DN format, which is consistent with other types of directory service providers. |
![]() |
SearchCrossForestGroupMembership | Specifies whether the Active Directory Service provider performs cross-forest group membership searches. The default is . To enable cross-forest group membership searches, set this property to . |