mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-20 00:10:59 -05:00
Be consistent with -DSLAPD_ALIAS_DEREF
This commit is contained in:
parent
252bc06705
commit
bbdb19bbdb
1 changed files with 2 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ ldbm_back_search(
|
|||
* the subordinates of the base
|
||||
*/
|
||||
|
||||
#ifdef SLAPD_DEREF
|
||||
#ifdef SLAPD_ALIAS_DEREF
|
||||
switch ( deref ) {
|
||||
case LDAP_DEREF_FINDING:
|
||||
case LDAP_DEREF_ALWAYS:
|
||||
|
|
@ -248,7 +248,7 @@ ldbm_back_search(
|
|||
return( 0 );
|
||||
}
|
||||
|
||||
#ifdef SLAPD_DEREF
|
||||
#ifdef SLAPD_ALIAS_DEREF
|
||||
/*
|
||||
* check and apply aliasing where the dereferencing applies to
|
||||
* the subordinates of the base
|
||||
|
|
|
|||
Loading…
Reference in a new issue