Replies: 1 comment
-
|
Hi @klapsius, You cannot scope results in that way using a Group's distinguished name, only Organization Unit's. Please see this documentation: https://ldaprecord.com/docs/core/v3/active-directory/users#checking-existence |
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.
-
In my Laravel application, I use Scope to check if a user is in a group, but it does not work.
If I try:
$query->in('cn=My-App-Login,OU=SecurityGroups,DC=my_domain,DC=com');it does not workif I try
$query->in('DC=my_domain,DC=com')it allows log-in to any user inAD.Do I need to use something different?
Beta Was this translation helpful? Give feedback.
All reactions