Can't login empty Base DN #322
-
Hello guys I'm trying to authenticate with
But works fine with:
What am I doing wrong? Also, does this makes sense?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
Hi @luis-gmonkey, Your search result will return empty, since there appears to be no base DN configured. Have you published the |
Beta Was this translation helpful? Give feedback.
-
I figured it out, I had the credentials keys wrong.
Can't use email, I need to use
Since the docs mentioned the "email", I assume my clients AD don't have the email as a entry, otherwise this would work right? And should I insist to change that or is okay to use Thanks for you time @stevebauman , and sorry for these noobs questions hehehe |
Beta Was this translation helpful? Give feedback.
I figured it out, I had the credentials keys wrong.
Can't use email, I need to use
userprincipalname
orsamaccountname
with just the username, this is mentioned on the docs but I assumed that theemail
was converted on the fly touserprincipalname
with LdapRecord, and since I made it to sync on the auth.php I wrongly assumed it would "sync" the array keys.Since the docs mentioned the "email", I assume my clients AD don't have the email as a entry, other…