Home
last modified time | relevance | path

Searched refs:LDAP_OPT_SERVER_CONTROLS (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetoption.c158 case LDAP_OPT_SERVER_CONTROLS: in ldap_get_option()
164 ( option == LDAP_OPT_SERVER_CONTROLS ) ? in ldap_get_option()
H A Dsetoption.c168 case LDAP_OPT_SERVER_CONTROLS: in ldap_set_option()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c938 ldap_set_option(ld, LDAP_OPT_SERVER_CONTROLS, NULL); in main()
944 ldap_set_option(ld, LDAP_OPT_SERVER_CONTROLS, ctrls); in main()
954 ldap_set_option(ld, LDAP_OPT_SERVER_CONTROLS, ctrls); in main()
962 ldap_set_option(ld, LDAP_OPT_SERVER_CONTROLS, ctrls); in main()
/illumos-gate/usr/src/head/
H A Dldap.h110 #define LDAP_OPT_SERVER_CONTROLS 0x12 /* 18 */ macro