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
Joe Martin
OpenLDAP
Commits
ca21cdca
Commit
ca21cdca
authored
Jul 10, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5569
parent
97328ffd
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGES
View file @
ca21cdca
...
...
@@ -25,6 +25,7 @@ OpenLDAP 2.4.11 Engineering
Added slapo-nssov contrib module
Fixed slapo-pcache handling of negative search caches (ITS#5546)
Fixed slapo-ppolicy DNs with whitespaces (ITS#5552)
Fixed slapo-ppolicy modify with internal ops (ITS#5569)
Fixed slapo-syncprov ACL evaluation (ITS#5548)
Fixed slapo-syncprov crash with delcsn (ITS#5589)
Fixed slapo-syncprov full reload (ITS#5564)
...
...
servers/slapd/overlays/ppolicy.c
View file @
ca21cdca
...
...
@@ -1581,7 +1581,7 @@ ppolicy_modify( Operation *op, SlapReply *rs )
}
}
}
else
if
(
!
is_at_operational
(
ml
->
sml_desc
->
ad_type
)
)
{
}
else
if
(
!
(
ml
->
sml_flags
&
SLAP_MOD_INTERNAL
)
&&
!
is_at_operational
(
ml
->
sml_desc
->
ad_type
)
)
{
mod_pw_only
=
0
;
/* modifying something other than password */
}
...
...
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