eNovell Directory has an attribute called ‘passwordExpirationTime’. When a user changes their password in eDirectory the system automatically sets the passwordExpirationTime attribute to the system default of 365 days. In one year, the user will be prompted to change the password.
When creating new accounts, the attribute needs to be set to the previous day, e.g. now-1d. So at first login, the user is prompted to change the password.
We tried to set ‘now-1d’ value in the eDirectory Create Account Provisioning Policy (using LDAP connector), but the system keeps overwriting the passwordExpirationTime attribute with the default of one year.
I can set passwordExpirationTime value if I configure it for synchronization, so we know it is not a permissions issue. But the requirement for the attribute is that it is set at account creation only.
I could not find a way to update the account using Workflows.
Does anyone know of a workaround to set the passwordExpirationTime at account creation and not have the system override it?