Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

password changed using ldapmodify is already expired

calinmFeb 23 2012 — edited Feb 24 2012
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 23 2012
Added on Feb 23 2012
3 comments
171 views