On Thu, 2013-12-26 at 07:41 -0800, Howard Chu wrote:
This was developed at the request of the Samba team, and some of those developers also worked on SSSD, so it has already been implemented in significant volumes.
libraries/libldap/deref.c contains ldap_create_deref_control() which uses LDAP_CONTROL_PAGEDRESULTS (copy-pasted from ldap_create_page_control()?).
Should probably be LDAP_CONTROL_X_DEREF instead.
As far as I can find sssd is the only software that uses this (Samba4 doesn't support OpenLDAP if I understand correctly).