Skip to content
Snippets Groups Projects
Commit ca21cdca authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#5569

parent 97328ffd
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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 */
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment