A list of the properties in the DirectoryConfigurationCA class.
Property Name | Editable? | Description |
---|---|---|
ClassDescription | No | A ClassDescription object containing the fixed description of the class from which a given object is instantiated. |
DirectoryServerHost | Yes | Specifies the name of the host that is running the directory server product. |
DirectoryServerPassword | Yes | Specifies the user password used to authenticate to the directory server. |
DirectoryServerPort | Yes | Specifies the port number of the directory server. The value of this property defaults to port 389 for all supported directory server types. |
DirectoryServerProviderClass | Yes | Specifies the directory server provider class name: com.filenet.engine.security.ETrustProvider |
DirectoryServerType | No | Specifies the type of directory server: CA |
DirectoryServerUserName | Yes | Specifies the bind user DN for LDAP connection. Example: "uid=admin,ou=People,o=isp" |
DisplayName | Yes | The user-readable, user-provided, provider-specific name of an object. |
DynamicGroupMemberAttribute | Yes | Specifies the directory server attribute that holds the static members of a dynamic group. |
DynamicGroupQueryAttribute | Yes | Specifies the attribute in the dynamic group that holds the dynamic LDAP query. The Content Platform Engine server runs this query to retrieve the dynamic members of the group. |
DynamicGroupObjectClass | Yes | Specifies the type of dynamic group to search. |
GroupBaseDN | Yes | The base DN for searching for groups in the directory server. |
GroupDisplayNameAttribute | Yes | Specifies the display name for a Group object. |
GroupMembership SearchFilter | Yes | The search filter for group membership queries. |
GroupNameAttribute (also called GroupShortNameAttribute) | Yes | Defines the directory server attribute to be used as the short name for a group. |
GroupSearchFilter | Yes | Specifies search filter for groups. Example:
where uid has been set as the short name. GroupSearchFilter must use the same LDAP attribute as GroupNameAttribute. |
GroupUniqueIDAttribute | Yes | The directory service attribute that serves as the security identifier (SID) for each group. Select an attribute whose values are unique and do not change over time. Typically, this attribute is the same as the UserUniqueIDAttribute. You must use only those LDAP attributes that return Java String in the LDAP Java API.
|
Id | No | An object's globally unique ID (GUID). |
IsSSLEnabled | Yes | Defines whether or not Secure Sockets Layer (SSL) protocol is enabled for a given DirectoryConfiguration object. The default value is false, indicating that SSL is disabled. |
RestrictMembershipToConfiguredRealms | Yes | Restricts a group membership search to within the realms configured in Administration Console for Content Platform Engine. A user can be in a configured realm but belong to a group in an unconfigured realm. By default (that is, when the property value is False), the server automatically searches cross-realm group membership (also called cross-domain group membership in Active Directory). If it reaches a realm that is not configured in Administration Console for Content Platform Engine, the server returns a Realm not found error and group membership search processing stops. However, if the property value is True when this situation occurs, the server logs an informational message to the server error log and the group membership search continues. |
SearchDynamicGroup | Yes | A boolean that indicates whether Content Platform Engine searches dynamic groups. When the property value is False, dynamic groups are not searched. |
UserBaseDN | Yes | The base DN for searching for users in the directory server. |
UserDisplayNameAttribute | Yes | Specifies the display name for a User object. |
UserNameAttribute (also called UserShortNameAttribute) | Yes | The directory service attribute that has been configured as the Logon Attribute. |
UserSearchFilter | Yes | Specifies search filter for users. Example:
where uid will serve as the short name. UserSearchFilter must use the same LDAP attribute as UserNameAttribute. |
UserUniqueIDAttribute | Yes | The directory service attribute that serves as the security identifier (SID) for each user. Select an attribute whose values are unique and do not change over time. Typically, this attribute is the same as the GroupUniqueIDAttribute. You must use only those LDAP attributes that return Java String in the LDAP Java API.
|