Hallo Micha Ich habe zwar nur eine Anbindung an eine LDAP Quelle, aber was mir noch spontan einfällt:
was ist mit dem BindUser? Gibt es eine Definition für beide Directories? Ist
der BindUser bei beiden Directories gleich?
bsp:
$Self->{'AuthModule::LDAP::SearchUserDN1'} = 'binduser';
$Self->{'AuthModule::LDAP::SearchUserPw1'} = 'binduserpassword';
$Self->{'AuthModule::LDAP::Die1'} = 1;
Gruss,
Bruno
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of
Michael Raiser
Sent: Friday, August 07, 2009 5:04 PM
To: [email protected]
Subject: [otrs-de] Kunden Login gegen 2 Domains via LDAP
Hallo,
wir haben zwei Windows Domains. Ich möchte gerne den Usern der beiden Domains
ermöglichen, sich mit ihrem Domainlogin auch an otrs als Kunde (customer.pl)
anzumelden.
Die LDAP Anbindung um den Kunden in einem Ticket zuzuordnen ist bereits
etabliert. Leider bekomme ich es nicht hin, dass auch die User der Domains sich
anmelden können (entweder nur von der einen oder der anderen).
Meine Auth Konfiguration aus der Config.pm sieht z.Z. wie folgt aus:
$Self->{'Customer::AuthName1'} = '1 LDAP Datenquelle Dom1';
$Self->{'Customer::AuthModule1'} = 'Kernel::System::CustomerAuth::LDAP';
$Self->{'Customer::AuthModule::LDAP::Host1'} = 'dom1.org.dir';
$Self->{'Customer::AuthModule::LDAP::BaseDN1'} = 'dc=dom1,dc=org,dc=dir';
$Self->{'Customer::AuthModule::LDAP::UID1'} = 'sAMAccountName';
# This is an configuration for an LDAP auth. backend.
# (take care that Net::LDAP is installed!)
$Self->{'Customer::AuthName2'} = '2 LDAP Datenquelle Dom2';
$Self->{'Customer::AuthModule2'} = 'Kernel::System::CustomerAuth::LDAP';
$Self->{'Customer::AuthModule::LDAP::Host2'} = 'dom2.org.dir';
$Self->{'Customer::AuthModule::LDAP::BaseDN2'} = 'dc=dom2,dc=org,dc=dir';
$Self->{'Customer::AuthModule::LDAP::UID2'} = 'sAMAccountName';
# Third backend, internal OTRS DB
$Self->{'Customer::AuthModule3'} = 'Kernel::System::Auth::DB';
$Self->{'Customer:AuthModule::DB::CryptType3'} = 'crypt';
Allerdings wird wohl nur die Konfiguration aus der ZZZAuto.pm, welche mit
sysconfig generiert wurde verwendet.
Wie kann auf zwei Domains zugegriffen werden?
Vielen Dank für eure Antworten.
Gruß,
Micha
smime.p7s
Description: S/MIME Cryptographic Signature
--------------------------------------------------------------------- OTRS mailing list: otrs-de - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs-de To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de NEU! ENTERPRISE SUBSCRIPTION - JETZT informieren und buchen! http://www.otrs.com/de/support/enterprise-subscription/
