Home
last modified time | relevance | path

Searched refs:LDAP_OPT_CONNECT_CB (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Doptions.c296 case LDAP_OPT_CONNECT_CB: in ldap_get_option()
857 case LDAP_OPT_CONNECT_CB: in ldap_set_option()
960 case LDAP_OPT_CONNECT_CB: in ldap_set_option()
/netbsd/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dremoteauth.c780 if ( (rc = ldap_set_option( ld, LDAP_OPT_CONNECT_CB, &ad_conncb )) != in remoteauth_bind()
/netbsd/external/bsd/openldap/dist/include/
H A Dldap.h134 #define LDAP_OPT_CONNECT_CB 0x5011 /* connection callbacks */ macro