Searched refs:lr_binddn (Results 1 – 3 of 3) sorted by relevance
251 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()
630 lr->lr_binddn;631 lr->lr_binddn = NULL;
222 char *lr_binddn; /* request is a bind for this DN */ member