Searched refs:LDAP_REQ_BIND (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | saslbind.c | 101 if ( (rc = (ld->ld_cache_bind)( ld, msgid, LDAP_REQ_BIND, dn, in ldap_sasl_bind() 125 rc = ber_printf( ber, "{it{isto}", msgid, LDAP_REQ_BIND, in ldap_sasl_bind() 132 LDAP_REQ_BIND, ldapversion, dn, LDAP_AUTH_SASL, in ldap_sasl_bind() 136 LDAP_REQ_BIND, ldapversion, dn, LDAP_AUTH_SASL, in ldap_sasl_bind() 155 rc = nsldapi_send_initial_request( ld, msgid, LDAP_REQ_BIND, in ldap_sasl_bind()
|
H A D | sbind.c | 107 rc = (ld->ld_cache_bind)( ld, msgid, LDAP_REQ_BIND, dn, &bv, in simple_bind_nolock() 123 if ( ber_printf( ber, "{it{ists}", msgid, LDAP_REQ_BIND, in simple_bind_nolock() 136 return( nsldapi_send_initial_request( ld, msgid, LDAP_REQ_BIND, in simple_bind_nolock()
|
H A D | request.c | 141 servers, NULL, ( msgtype == LDAP_REQ_BIND ) ? dn : NULL, 0 )); in nsldapi_send_initial_request() 1149 if ( tag == LDAP_REQ_BIND ) { in re_encode_request() 1180 if ( tag == LDAP_REQ_BIND ) { in re_encode_request()
|
/titanic_50/usr/src/lib/libldap5/include/ldap/ |
H A D | ldaprot.h | 100 #define LDAP_REQ_BIND 0x60L /* application + constructed + 0 */ macro
|
/titanic_50/usr/src/cmd/ldap/common/ |
H A D | ldapsearch.c | 1205 #ifndef LDAP_REQ_BIND 1206 #define LDAP_REQ_BIND 0x60L /* application + constructed */ macro 1241 { LDAP_REQ_BIND, NULL }, 1268 { LDAP_REQ_BIND, "bind request" },
|
/titanic_50/usr/src/head/ |
H A D | ldap.h | 1132 #define LDAP_REQ_BIND 0x60 /* application + constructed + 0 */ macro
|