mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#5569 ignore internal ops when validating pwd modify
This commit is contained in:
parent
a42c7f96f5
commit
f911e0f5d1
@ -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 */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user