Reputation: 143
I am getting the following error in the logs. Though we are supplying the correct user name and password to login to the website. LDAP is giving this error.
: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 773, v1db1 ]
The login was working fine previously; we are suddenly facing this issue and getting the above error.
Upvotes: 8
Views: 58483
Reputation: 2266
Per this link, your problem is due to:
Password Expiration: Entry's password must be changed before logging on LDAP pwdLastSet: value of 0 indicates admin-required password change - MUST_CHANGE_PASSWD
Upvotes: 2
Reputation: 416
A 'data 773' error means you need to reset the password for the account being used.
Please check this IBM article for further reading.
Upvotes: 12