Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
2a996530
Commit
2a996530
authored
Jul 07, 2020
by
Howard Chu
Committed by
Quanah Gibson-Mount
Jul 08, 2020
Browse files
ITS#9285 don't hide ppolicy control
parent
e4067862
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/ppolicy.c
View file @
2a996530
...
...
@@ -2505,7 +2505,7 @@ int ppolicy_initialize()
}
code
=
register_supported_control
(
LDAP_CONTROL_PASSWORDPOLICYREQUEST
,
SLAP_CTRL_ADD
|
SLAP_CTRL_BIND
|
SLAP_CTRL_MODIFY
|
SLAP_CTRL_HIDE
,
extops
,
SLAP_CTRL_ADD
|
SLAP_CTRL_BIND
|
SLAP_CTRL_MODIFY
,
extops
,
ppolicy_parseCtrl
,
&
ppolicy_cid
);
if
(
code
!=
LDAP_SUCCESS
)
{
Debug
(
LDAP_DEBUG_ANY
,
"Failed to register control %d
\n
"
,
code
,
0
,
0
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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