mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
ITS#6139 password-hash has no max # args
This commit is contained in:
parent
4b3a815ad1
commit
1df1f6cfc5
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ static ConfigTable config_back_cf_table[] = {
|
|||
{ "password-crypt-salt-format", "salt", 2, 2, 0, ARG_STRING|ARG_MAGIC|CFG_SALT,
|
||||
&config_generic, "( OLcfgGlAt:35 NAME 'olcPasswordCryptSaltFormat' "
|
||||
"SYNTAX OMsDirectoryString SINGLE-VALUE )", NULL, NULL },
|
||||
{ "password-hash", "hash", 2, 2, 0, ARG_MAGIC,
|
||||
{ "password-hash", "hash", 2, 0, 0, ARG_MAGIC,
|
||||
&config_passwd_hash, "( OLcfgGlAt:36 NAME 'olcPasswordHash' "
|
||||
"EQUALITY caseIgnoreMatch "
|
||||
"SYNTAX OMsDirectoryString )", NULL, NULL },
|
||||
|
|
|
|||
Loading…
Reference in a new issue