Home
last modified time | relevance | path

Searched refs:LDAP_OPT_DEREF (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapdelete.c105 ldap_set_option( ld, LDAP_OPT_DEREF, &deref ); in main()
H A Dldapmodrdn.c116 ldap_set_option( ld, LDAP_OPT_DEREF, &deref ); in main()
H A Dldapmodify.c253 ldap_set_option( ld, LDAP_OPT_DEREF, &deref ); in process()
H A Dldaptest.c880 ldap_set_option(ld, LDAP_OPT_DEREF, &theInt ); in main()
H A Dldapsearch.c270 ldap_set_option( ld, LDAP_OPT_DEREF, &deref ); in main()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetoption.c143 case LDAP_OPT_DEREF: in ldap_get_option()
H A Dsetoption.c150 case LDAP_OPT_DEREF: in ldap_set_option()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dldap.c1380 ldap_set_option(ld, LDAP_OPT_DEREF, &lmap->ldap_deref);
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_ldap.c460 (void) ldap_set_option(*ld, LDAP_OPT_DEREF, in _connectToLDAP()
/illumos-gate/usr/src/head/
H A Dldap.h104 #define LDAP_OPT_DEREF 0x02 /* 2 */ macro
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c841 (void) ldap_set_option(ld, LDAP_OPT_DEREF, &derefOption); in connect_to_ldap_config_server()
H A Dldap_op.c532 (void) ldap_set_option(ld, LDAP_OPT_DEREF, &derefOption); in ldapInit()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c1410 (void) ldap_set_option(ld, LDAP_OPT_DEREF, &derefOption); in openConnection()