Adldap2 / Adldap2-Laravel

LDAP Authentication & Management for Laravel
MIT License
911 stars 184 forks source link

Auth::attempt not working #845

Open muzammilaskari opened 4 years ago

muzammilaskari commented 4 years ago

I am facing trouble when I integrate my project with live LDAP server, Auth::attempt always returns false, and in logs i could see only $ Connection: default - Operation: Bound - Username:

2020-02-17 06:16:25] local.INFO: LDAP (ldap://houst.com:389) - Connection: default - Operation: Binding - Username:
[2020-02-17 06:16:25] local.INFO: LDAP (ldap://houst.com:389) - Connection: default - Operation: Bound - Username:
LDAP (ldap://houst.com:389) - Connection: default - Operation: Search - Base DN: dc=houst,dc=com - Filter: (&(objectclass=user)(objectcategory=person)
rrajesh011 commented 4 years ago

show your ldap.php and ldap_auth.php config file and your auth code.