Replies: 2 comments 4 replies
-
Hi there @stoicadl, I’ll need to know a bit more about your auth setup to assist you. What method did you use for authentication? Plain Authentication or Synchronized Database Authentication? |
Beta Was this translation helpful? Give feedback.
4 replies
-
It's enough the code I send? |
Beta Was this translation helpful? Give feedback.
0 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.
-
I can authenticate using ldaprecord and Laravel UI.
LDAP_HOST=ldap.forumsys.com LDAP_USERNAME=null LDAP_PASSWORD=null LDAP_PORT=389 LDAP_BASE_DN="dc=example,dc=com" LDAP_TIMEOUT=5 LDAP_SSL=false LDAP_TLS=false
But after, each time, when I use Auth::check(), it is binding anonymous whitch increase time for showing a view.
LOG.info: LDAP (ldap://ldap.forumsys.com:389) - Operation: Binding - Username: LOG.info: LDAP (ldap://ldap.forumsys.com:389) - Operation: Bound - Username: LOG.info: LDAP (ldap://ldap.forumsys.com:389) - Operation: Search - Base DN: dc=example,dc=com
It is possible to avoid this after loging?
Beta Was this translation helpful? Give feedback.
All reactions