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
Tero Saarni
OpenLDAP
Commits
e96bfd08
Commit
e96bfd08
authored
Nov 18, 2021
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Dec 14, 2021
Browse files
ITS#9750 olcPasswordHash can only be made global in cn=config
parent
c51320a6
Changes
1
Show whitespace changes
Inline
Side-by-side
servers/slapd/bconfig.c
View file @
e96bfd08
...
...
@@ -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 "
...
...
Write
Preview
Supports
Markdown
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