Closed KannadhasanThangadurai closed 6 years ago
Hi All,
In the Log local admin user is trying to authenticate via LDAP causing this. How to login in both local and LDAP users?
log_level: INFO
77. row log_id: 77 log_date: 1524114820 log_login: log_userId: 0 log_ipAddress: 10.142.152.131 log_action: bind log_description: User in group verified Connection error (BIND) LDAP ERROR : Invalid credentials (49) LDAP DN : uid=admin,ou=People,ou=ULTIMA,o=EEDIR log_level: ERROR 78. row log_id: 78 log_date: 1524114820 log_login: log_userId: 0 log_ipAddress: 10.142.152.131 log_action: Log in log_description: Wrong login Type : authBrowser Type : authLdap User : admin log_level: ERROR
Thanks, Kannadhasan Thangadurai.
Hello,
Be aware that sysPass will always login with the first available user, which means that LDAP will be queried first, so you will need to provide a valid LDAP credentials. Only if LDAP is unavailable, it will authenticate against the sysPass database.
You can manually disable LDAP in config.xml file by setting ldap_enable to 0.
Regards
Glad for the details. Thanks. :)
Hi Team,
I've tried to configure LDAP, Now am not able login with admin user but able to login with LDAP users.
Please help to login with Admin user, where i can create accounts.
Thanks, Kannadhasan Thangadurai.