Does Centrify support SSSD (System Security Services Daemon)?
Answer:
Currently Centrify LDAPproxy service is not compatible with SSSD due to the way that SSSD makes its LDAP queries.
For example: SSSD wants to query for users with a search filter like this: "(&(uid=rjperez)(objectclass=posixAccount)(uid=*)(&(uidNumber=*)(!(uidNumber=0))))"
There are 4 CDC attributes, 2 uids, and 2 uidNumber as shown above.
Currently the LDAPProxy only supports nslcd that requesting for one CDC attribute in search filter, even if it is the same attribute.