[Date Prev][Date Next] [Chronological] [Thread] [Top]

openLDAP controls‏



Hello,

 

I’m trying to figure out how to enable some controls, but can’t find a single thing online that references this topic. The controls are defined in the ldap.h file (please see below), but when I query my directory for supported controls it does not show them in the list.

 

#define LDAP_CONTROL_SORTREQUEST    "1.2.840.113556.1.4.473"

#define LDAP_CONTROL_SORTRESPONSE           "1.2.840.113556.1.4.474"

#define LDAP_CONTROL_VLVREQUEST                 "2.16.840.1.113730.3.4.9"

#define LDAP_CONTROL_VLVRESPONSE    "2.16.840.1.113730.3.4.10"

 

I’m trying to connect an application that lists these controls as CRITICAL and fails to show the LDAP users and groups.

 

Thank you very much for your help.

 

Gene