
is it possible to use more (two) LDAP Servers to authenticate customers. i have tried it with: $Self->{CustomerUser1} = ... $Self->{CustomerUser2} = ... but that settings didn´t allow to authenticate Users from the second LDAP Server. any ideas? thanks -gery

In Config.pm, where you configure the LDAP server, you can use a perl
array of ldap servers instead of just one server (it'a a feature of
Net::LDAP) . If the first LDAP is not running, Net::LDAP tries to use
the second server.
On Tue, 1 Feb 2005 18:22:23 +0100, Gerold Wirnitzer
is it possible to use more (two) LDAP Servers to authenticate customers.
i have tried it with:
$Self->{CustomerUser1} = ... $Self->{CustomerUser2} = ...
but that settings didn´t allow to authenticate Users from the second LDAP Server.
any ideas?
thanks -gery
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System?
participants (2)
-
Gerold Wirnitzer
-
Sébastien Prud'homme