13 May
2011
13 May
'11
1:28 a.m.
Herbert Fischer wrote:
I would like to setup LDAP module with different settings for different clients.
How can I do this?
Either set up a different virtual server for each client, OR use "unlang" to check "if client X, use ldap X"
Can I setup multiple LDAP module settings and specify which one I would like to use for a site or client?
Yes, but you need to edit the "authorize" section to replace: ldap with if (client 1 ..) { ldap1 } elsif (client 2...) { ldap2 } ...
Can I define some of the LDAP settings inside the site or client config?
No. Alan DeKok.