mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#9750 olcPasswordHash can only be made global in cn=config
This commit is contained in:
parent
c51320a6f6
commit
e96bfd088e
1 changed files with 1 additions and 1 deletions
|
|
@ -2672,7 +2672,7 @@ config_passwd_hash(ConfigArgs *c) {
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
if ( c->table == Cft_Global ) {
|
||||
if ( c->op == LDAP_MOD_ADD && c->table == Cft_Global ) {
|
||||
Debug( LDAP_DEBUG_ANY, "%s: setting password scheme in the global "
|
||||
"entry is deprecated. The server may refuse to start if "
|
||||
"it is provided by a loadable module, please move it to "
|
||||
|
|
|
|||
Loading…
Reference in a new issue