]> git.sur5r.net Git - openldap/commitdiff
ITS#6139 password-hash has no max # args
authorHoward Chu <hyc@openldap.org>
Mon, 25 May 2009 12:58:40 +0000 (12:58 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 25 May 2009 12:58:40 +0000 (12:58 +0000)
servers/slapd/bconfig.c

index 356ea66c852e137cb05ac266c220d3bb39954a2e..6fcff8b10095d526d7b4a59ceb586188a0f81e5d 100644 (file)
@@ -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 },