How to set-up Base DN under LDAP Authentication with "Sub Organizational Unit"
I have this Configured
OU=Group_Meeting,DC=private,DC=engineering=,DC=ph
In here I have private.engineering.ph as my Domain and Group_Meeting as my Organizational Unit
--> This works in testing
But when i have this configured
OU=Group_Meeting,OU=Leaders,DC=private,DC=engineering=,DC=ph
In here I have private.engineering.ph as my Domain and Group_Meeting as my Organizational Unit and Leaders as my Sub Organizational Unit
--> This doesn't work in testing
It displays error.
OU=Group_Meeting,DC=private,DC=engineering=,DC=ph
In here I have private.engineering.ph as my Domain and Group_Meeting as my Organizational Unit
--> This works in testing
But when i have this configured
OU=Group_Meeting,OU=Leaders,DC=private,DC=engineering=,DC=ph
In here I have private.engineering.ph as my Domain and Group_Meeting as my Organizational Unit and Leaders as my Sub Organizational Unit
--> This doesn't work in testing
It displays error.
2 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question
Also please post a screenshot of the failing setup.
(Might be an issue with the query itself, I suggest trying the Query on any LDAP browser tool) - Channeler 7 years ago
Luckily i knew the answer after 5 hours of Trial and Error. The thing was if you have an Organizational Unit and it has Sub Organizational Unit, it must be registered in reverse like below example
Error:
OU=Main_OU,OU=Sub_OU,DC=Domain
Correct:
OU=Sub_OU,OU=Main_OU,DC=Domain
Cheers! :) - DTPH 7 years ago