By default, the SiteMinder (CA Single Sign On) Policy Server using an LDAP User Directory will perform searches against the LDAP directory for Users using the default ObjectClasses of "inetOrgPerson", "organizationalPerson", and "person".
Some organizations create a custom ObjectClass for their User Directory to only include specific attributes. Out of the Box, the Policy Server will not be able to locate users in this User Directory for Authentication or Authorization purposes.
In order to allow users to be Authenticated and Authorized from the User Directory, the Policy Server registry needs to be configured to utilize the custom ObjectClass.
Policy Server using a LDAP User Directory with a Custom ObjectClass
Windows:
Unix:
container= 0x5; REG_DWORD
DN Attribute= 0xa; REG_DWORD
Group= 0x2; REG_DWORD
Group Attribute= 0x8; REG_DWORD
groupOfNames= 0x2; REG_DWORD
groupOfUniqueNames= 0x2; REG_DWORD
inetOrgPerson= 0x1; REG_DWORD
Org Attribute= 0x9; REG_DWORD
organization= 0x5; REG_DWORD
organizationalPerson= 0x1; REG_DWORD
organizationalRole= 0x4; REG_DWORD
organizationalUnit= 0x5; REG_DWORD
person= 0x1; REG_DWORD
Query= 0x6; REG_DWORD
residentialPerson= 0x1; REG_DWORD
User= 0x1; REG_DWORD
User Attribute= 0x3; REG_DWORD
MyCustomObjClass 0x1; REG_DWORD