password changed using ldapmodify is already expired
calinmFeb 23 2012 — edited Feb 24 2012Hi,
I am using OID for identity management, and SSO to control access to my web applications.
I modified my OID password using ldapmodify with this ldif:
dn: cn=my_name,cn=some,cn=Users,dc=company,dc=ca
changetype: modify
replace: userpassword
userpassword: thenewpassword
When I try to log on to a web application via SSO, SSO redirects me to the password change page. I don't want to change my password again. How do I prevent this redirect?
Thanks,
Calin