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