This commit is contained in:
Quanah Gibson-Mount 2008-07-12 01:52:19 +00:00
parent c68bb6a0e1
commit 7b7d6baf7b
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ OpenLDAP 2.3.43 Engineering
Fixed liblber ber_get_next length decoding (ITS#5580)
Fixed slapd replog timestamps (ITS#5532)
Fixed slapd socket assert (ITS#5489)
Fixed slapo-ppolicy modify with internal ops (ITS#5569)
Fixed slapo-syncprov psearch on closed connection (ITS#5401, ITS#5565)
OpenLDAP 2.3.42 Release (2008/05/28)

View file

@ -1573,7 +1573,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 */
}