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
--On Saturday, April 05, 2008 12:31 PM -0700 Gene Kupfer kupferg@msn.com wrote:
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.
What software is your directory running? How are you querying the LDAP server? If it is OpenLDAP that the server is running, what OpenLDAP release is it?
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
Quanah Gibson-Mount wrote:
--On Saturday, April 05, 2008 12:31 PM -0700 Gene Kupferkupferg@msn.com wrote:
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.
What software is your directory running? How are you querying the LDAP server? If it is OpenLDAP that the server is running, what OpenLDAP release is it?
The OpenLDAP version is irrelevant since no version of OpenLDAP slapd implements those controls.
openldap-technical@openldap.org