HomeSort by: relevance | last modified time | path
    Searched refs:lc_bound_ndn (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
bind.c 229 if ( !BER_BVISNULL( &lc->lc_bound_ndn ) ) {
230 ch_free( lc->lc_bound_ndn.bv_val );
231 BER_BVZERO( &lc->lc_bound_ndn );
299 ber_dupbv( &lc->lc_bound_ndn, &op->o_req_ndn );
990 ber_dupbv( &lc->lc_bound_ndn, &li->li_idassert_authcDN );
994 ber_dupbv( &lc->lc_bound_ndn, &li->li_acl_authcDN );
1001 ber_dupbv( &lc->lc_bound_ndn, &li->li_idassert_authcDN );
1008 BER_BVZERO( &lc->lc_bound_ndn );
1012 ber_dupbv( &lc->lc_bound_ndn, &op->o_ndn );
1488 if ( !BER_BVISNULL( &lc->lc_bound_ndn ) && !BER_BVISEMPTY( &lc->lc_bound_ndn ) )
    [all...]
init.c 278 if ( !BER_BVISNULL( &lc->lc_bound_ndn ) ) {
279 ch_free( lc->lc_bound_ndn.bv_val );
back-ldap.h 179 struct berval lc_bound_ndn; member in struct:ldapconn_t
monitor.c 502 attr_merge_normalize_one( e, ad_olmDbBoundDN, &lc->lc_bound_ndn, NULL );

Completed in 25 milliseconds