How to reset orcladmin password
If orcladmin password is locked then use the oidpasswd utility provided in OID to unlock the password as below.
oidpasswd connect=<database connection> unlock_su_acct=true
ldapbind -h host -p 389 -D cn=orcladmin -w "password"
gives following error if your password is locked
ldapbind_bind: DSA is unwilling to perform
ldapbind_bind: additional info: Password Policy Error: 9001 cn=orcladmin: Your account is locked. Contact your OID administrator
oidpasswd connect=<database connection> unlock_su_acct=true
ldapbind -h host -p 389 -D cn=orcladmin -w "password"
gives following error if your password is locked
ldapbind_bind: DSA is unwilling to perform
ldapbind_bind: additional info: Password Policy Error: 9001 cn=orcladmin: Your account is locked. Contact your OID administrator
Check following references
https://community.oracle.com/thread/506036
Comments
Post a Comment