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 GitHub
parent 16591007dd
commit 063366cba4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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());