> In this case it might be just another attribute, which can be used for example for a temp. guest account. In that case, a function to add it to all existing users would be pointless, because it is not designed for that.
This attribute is needed for regular accounts, we don't have guest accounts. That is why we need it on a regular basis and also need to propagate it to existing users.
> Why do zou want to use it, does the pwdMaxAge stopped working after the update?
Some time ago (not sure when) okta ldap agent started ignoring "
pwdReset: TRUE", slapd daemon doesn't ignore pwdMaxAge and correctly set "
pwdReset: TRUE" for accounts with expired passwords. Okta support tested this on their end and asked us to add
pwdEndTime to users and test if this helps. That's why I am trying to find a way add pwdEndTime to password policy and propagate it to the users.