Customer auth via 2, 3 ... n LDAP-servers

Hi there All! Can I use more then one LDAP for customer auth? I know that is possible to use up to 10 LDAPs for customer data: $Self->{CustomerUser1} = { ... } $Self->{CustomerUser2} = { ... } and so on... But what about $Self->{'Customer::AuthModule'}? And second question - is it possible to use LDAPS (LDAP over SSL) for customer beckend? -- WBR, Alexander B. Gottlieb, mailto:alex@cca.usart.ru ICQ: 13043204 / Jabber: alex@jabber.usurt.ru -|- -|-

And second question - is it possible to use LDAPS (LDAP over SSL) for customer beckend?
This is what I have set in my installation: [snip] $Self->{'AuthModule::LDAP::Host'} = 'ldaps://ldaps.xxx.com'; [snip] $Self->{'AuthModule::LDAP::Params'} = { port => 636, timeout => 120, async => 0, version => 3, }; [snip] Regards, Marc
participants (2)
-
Alexander Gottlieb
-
Marc Petitmermet