Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Dubner
OpenLDAP
Commits
20a59e91
Commit
20a59e91
authored
Jul 30, 2020
by
Howard Chu
Committed by
Quanah Gibson-Mount
Aug 04, 2020
Browse files
ITS#9279 fix Netscape password_expired control
parent
5a1c8def
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/ppolicy.c
View file @
20a59e91
...
...
@@ -1319,7 +1319,7 @@ locked:
}
ctrl
=
create_passcontrol
(
op
,
warn
,
ngut
,
ppb
->
pErr
);
}
else
if
(
pi
->
send_netscape_controls
)
{
if
(
ppb
->
pErr
!=
PP_noError
||
ngut
>
0
)
{
if
(
ppb
->
pErr
!=
PP_noError
||
pwExpired
)
{
ctrl
=
create_passexpiry
(
op
,
1
,
0
);
}
else
if
(
warn
>
0
)
{
ctrl
=
create_passexpiry
(
op
,
0
,
warn
);
...
...
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