Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c249 lr->lr_binddn = bindreqdn; in nsldapi_send_server_request()
701 if ( lr->lr_binddn != NULL ) { in nsldapi_dump_requests_and_responses()
702 sprintf( msg, " pending bind DN: <%s>\n", lr->lr_binddn ); in nsldapi_dump_requests_and_responses()
777 if ( lr->lr_binddn != NULL ) { in nsldapi_free_request()
778 NSLDAPI_FREE( lr->lr_binddn ); in nsldapi_free_request()
H A Dresult.c628 lr->lr_binddn;
629 lr->lr_binddn = NULL;
H A Dldap-int.h220 char *lr_binddn; /* request is a bind for this DN */ member