Replies: 1 comment 3 replies
-
Hi @JohnosJW, you must configure a username and password for LdapRecord-Laravel to work. Think of it like your database credentials. You must configure them for your application to connect to your database. This is setup the same way with LdapRecord. LdapRecord needs some sort of credentials to be able to lookup your user account prior to authentication, so that users may login with any attribute you provide. Hope this helps! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Help me pls) I use .env configs with empty username and password fields.
LDAP_LOGGING=true
LDAP_CONNECTION=default
LDAP_HOST=test.telnet.net
LDAP_USERNAME=
LDAP_PASSWORD=
LDAP_PORT=636
LDAP_BASE_DN=DC=test,DC=telnet,DC=net
LDAP_TIMEOUT=5
LDAP_SSL=true
LDAP_TLS=false
and when I try to login on Login page I get a message: These credentials do not match our records.
How can I before search_ldap user by username, make ldap_bind with my [email protected]?
Beta Was this translation helpful? Give feedback.
All reactions