DirectoryConfigurationAD Properties This topic alphabetically lists the properties that apply to the DirectoryConfigurationAD class.
AllowEmailOrUPNShortNames PropertyIf true will allow Active Directory configurations to use UPN or email attributes as short name. This setting affects all AD configs as it disables parsing of principals with an '@' so should be set the same on all; it also implies ReturnNameAsDN=true.
Metadata AuthenticationRealmName PropertyThe realm name used to authenticate the user against.
Metadata ClassDescription PropertyDescribes an object's class.
Metadata ConnectionTimeout PropertyActive Directory security provider connection timeout.
Metadata DirectoryServerHost PropertyThe host name of the directory server.
Metadata DirectoryServerPassword PropertyThe password for authenticating to the directory server.
Metadata DirectoryServerPort PropertyThe port number of the directory server.
Metadata DirectoryServerProviderClass PropertyThe directory server provider class name.
Metadata DirectoryServerType PropertyThe type of directory server.
Metadata DirectoryServerUserName PropertyThe username for authenticating to the directory server.
Metadata DisplayName PropertyA user-intelligible name for the object.
Metadata ExcludeFromAuthenticatedUsers PropertySpecifies whether users from this directory should be excluded from being treated as being members of #AUTHENTICATED-USERS.
Metadata GCHost PropertyGlobal Catalog host name
Metadata GCPort PropertyGlobal Catalog port number
Metadata GroupBaseDN PropertyThe base DN for searching for groups in the directory server.
Metadata GroupDisplayNameAttribute PropertyDirectory server attribute used for group display name.
Metadata GroupMembershipSearchFilter PropertyThe search filter for group membership queries.
Metadata GroupNameAttribute PropertyDefines the directory server attribute to be used as the short name for a group.
Metadata GroupSearchFilter PropertyThis property specifies search filter for group(s). It needs to be in the format like "(&(objectclass=group)(samAccountName={0}))", where samAccountName will serve as the short name.
Metadata GroupUniqueIDAttribute PropertyWhich LDAP attribute is picked as group unique ID
Metadata Id PropertyThe unique object ID.
Metadata IsSSLEnabled PropertyDefines whether or not SSL is enabled.
Metadata PrincipalCategory PropertyDefines the category applied to users and groups in this directory realm.
Metadata RestrictMembershipToConfiguredRealms PropertyRestrict group membership search within configured realms
Metadata ReturnNameAsDN PropertyFlag to indicate whether to return name as DN for Active Directory security provider.
Metadata SearchCrossForestGroupMembership PropertyFlag for enable/disable Active Directory security provider search cross forest group membership.
Metadata SymbolicName PropertyThe programmatic identifier for the metadata entity.
Metadata UseTokenGroups PropertySpecifies whether to use the Active Directory tokenGroups attribute for retrieval of group memberships for a user.
Metadata UserBaseDN PropertyThe base DN for searching for users in the directory server.
Metadata UserDisplayNameAttribute PropertyDirectory server attribute used for user display name.
Metadata UserNameAttribute PropertyDefines the directory server attribute to be used as the short name for a user.
Metadata UserSearchFilter PropertyThis property specifies search filter for user(s). It needs to be in the format like "(&(objectclass=user)(samAccountName={0}))", where samAccountName will serve as the short name.
Metadata UserUniqueIDAttribute PropertyWhich LDAP attribute is picked as user unique ID
Metadata