Searched refs:realbase (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/clients/tools/
H A Dldapsearch.c1476 char *realbase = base; local
1478 if ( realbase == NULL ) {
1479 ldap_get_option( ld, LDAP_OPT_DEFBASE, (void **)(char *)&realbase );
1485 realbase ? realbase : "",
1486 ( realbase == NULL || realbase != base ) ? " (default)" : "",
1547 if ( realbase && realbase != base ) {
1548 ldap_memfree( realbase );
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dsearch.c332 struct berval realbase = op->o_req_dn; local
379 realbase = mt->mt_nsuffix;
406 realbase = mt->mt_nsuffix;
450 asyncmeta_dn_massage( &dc, &realbase, &mbase );
667 if ( mbase.bv_val != realbase.bv_val ) {
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dsearch.c447 struct berval realbase = op->o_req_dn; local
492 realbase = mt->mt_nsuffix;
519 realbase = mt->mt_nsuffix;
570 switch ( ldap_back_dn_massage( dc, &realbase, &mbase ) ) {
765 if ( mbase.bv_val != realbase.bv_val ) {

Completed in 94 milliseconds