I'm trying to understand how "password policy" works in 389-DS, compared to OpenLDAP 2.4:
In OpenLDAP 2.4 I could define multiple "named" password policy entries, and assign those to user entries. For example I had a policy "interactive users" (personalized) and a policy "system users" (shared accounts), both with different settings.
In 389-DS is seems (despite that the whole concept seems quite different) that I can only have to choices:
- Define a global policy that applies to every user
- Define per user individual attributes
So when I want to verify that users have a specific policy that would be quite some work. Likewise when I update a policy.
So is my understanding correct? I'd like to define and use "named" password policies even in 389-DS.