-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
In our LDAP env we have several top levels OU for storing different type of users.
com
-- example
-- One
-- UserOne
-- Two
-- UserTwo
With mod_ldap LDAPUsers an OU must be specified which blocks from being able to query all required users at once.
Right now, I need to configure 2 different VHOSTS, 1 for OU 1 and 2nd for OU 2 to be able to resolve both types of users I need.
This is really tedious and requires a lot of extra configuration, more vhosts config.
<VirtualHost one>
...
LDAPUsers "OU=One,DC=example,DC=com"
...
</VirtualHost>
<VirtualHost two>
...
LDAPUsers "OU=Two,DC=example,DC=com"
...
</VirtualHost>
pmezhuev
Metadata
Metadata
Assignees
Labels
No labels