Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
1df1f6cf
Commit
1df1f6cf
authored
May 25, 2009
by
Howard Chu
Browse files
ITS#6139 password-hash has no max # args
parent
4b3a815a
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/bconfig.c
View file @
1df1f6cf
...
...
@@ -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
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment