Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 773, v1db1 ]

I am getting the following error in the logs. Though we are supplying the correct user name and password to login to the website. The LDAP is giving this error.

: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 773, v1db1 ]

Any suggestions would be really appreciable.

The login was working fine previously. We are suddenly facing this issue. And getting the above mentioned error.

like image 796
Mohmmad Meerasaaheb Avatar asked Mar 01 '14 08:03

Mohmmad Meerasaaheb


People also ask

How do I fix LDAP Error 49?

To resolve this issue, reset the password for the user account listed in the vmdird-syslog. log file.

What is LDAP error?

LDAP Error Codes is an Result Code indicating something went wrong. They are really LDAP Result Codes and we have a lot of them well defined.


2 Answers

data 773 means you need to reset the password

Please check this article for further knowledge : http://www-01.ibm.com/support/docview.wss?uid=swg21290631

like image 113
Marwa Dosoky Avatar answered Sep 23 '22 10:09

Marwa Dosoky


This link is helpful :)

http://ldapwiki.willeke.com/wiki/Common%20Active%20Directory%20Bind%20Errors

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'

like image 30
senior Avatar answered Sep 21 '22 10:09

senior