From: Howard Chu Date: Mon, 25 May 2009 12:58:40 +0000 (+0000) Subject: ITS#6139 password-hash has no max # args X-Git-Tag: ACLCHECK_0~545 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1df1f6cfc5c01e3f4df89691b8b2893568100fee;p=openldap ITS#6139 password-hash has no max # args --- diff --git a/servers/slapd/bconfig.c b/servers/slapd/bconfig.c index 356ea66c85..6fcff8b100 100644 --- a/servers/slapd/bconfig.c +++ b/servers/slapd/bconfig.c @@ -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 },