LDAP Rule Failure #439
Unanswered
jollyrogers11
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi @jollyrogers11, If you enable logging you should see the user rejection output in the logs: |
Beta Was this translation helpful? Give feedback.
4 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 am trying to add an LDAP Rule and apply the rule when the user logs in. I am in a Laravel project so I added the rule in auth.php:
The rule seems to be working when I call Auth::attempt. I deliberately changed the group the rule was looking for on authentication so it would fail and now I am not sure how to distinguish between a user not putting in the correct credentials or if this rule failed. Am I missing something easy?
Beta Was this translation helpful? Give feedback.
All reactions