mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#941: back-passwd levels fix from nick@debian.org
This commit is contained in:
parent
5082731e24
commit
778e5e9bb6
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ passwd_back_search(
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
parent = dn_parent( be, base );
|
parent = dn_parent( be, nbase );
|
||||||
|
|
||||||
/* This backend is only one layer deep. Don't answer requests for
|
/* This backend is only one layer deep. Don't answer requests for
|
||||||
* anything deeper than that.
|
* anything deeper than that.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue