LDAP Authentications across multiple OU groups
I am trying to get LDAP Authentication to work in APEX. I have gotten really close. Except the wonderful system administrators who set up my LDAP put all the users in their own specific Organizational Units (OU). So I don't know what OU to pass to LDAP.
For example:
users A, B, and C are part of ou=Admins, ou=Power Users
users D, E, and F are part of ou=Admins, ou=Simple Users
users G, H and I are part of ou=Desktop, ou=Friendly Users
How can I tell LDAP to search all the ou containers when user G wants to sign in?
Thank you in advance.