Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c251 lr->lr_binddn = bindreqdn; in nsldapi_send_server_request()
703 if ( lr->lr_binddn != NULL ) { in nsldapi_dump_requests_and_responses()
704 sprintf( msg, " pending bind DN: <%s>\n", lr->lr_binddn ); in nsldapi_dump_requests_and_responses()
779 if ( lr->lr_binddn != NULL ) { in nsldapi_free_request()
780 NSLDAPI_FREE( lr->lr_binddn ); in nsldapi_free_request()
H A Dresult.c630 lr->lr_binddn;
631 lr->lr_binddn = NULL;
H A Dldap-int.h222 char *lr_binddn; /* request is a bind for this DN */ member