Allow modification of password minimum length (#3345)

Allow all account policy values to be altered on system protected
objects.
This commit is contained in:
Firstyear 2025-01-08 16:51:46 +10:00 committed by William Brown
parent 51a976fed5
commit 013661bbf4

View file

@ -37,9 +37,13 @@ lazy_static! {
Attribute::Image,
// modification of account policy values for dyngroup.
Attribute::AuthSessionExpiry,
Attribute::PrivilegeExpiry,
Attribute::AuthPasswordMinimumLength,
Attribute::CredentialTypeMinimum,
Attribute::PrivilegeExpiry,
Attribute::WebauthnAttestationCaList,
Attribute::LimitSearchMaxResults,
Attribute::LimitSearchMaxFilterTest,
Attribute::AllowPrimaryCredFallback,
];
let mut m = HashSet::with_capacity(attrs.len());