Re: [otrs-de] Agent LDAP Authentifizierung für Benutzer-Gruppe

Andreas Rothlauf andreas.rothlauf at googlemail.com
Don Mai 11 22:15:57 CEST 2006


Hallo Michael

2006/5/11, Teuber, Michael <Michael.Teuber at eberspaecher.com>:

> wir haben ADS auf 2003,

sollte eigentlich funktionieren..

Mir ist kein Fehler aufgefallen, aber probiers mal mit:

    # LDAP-Auth
    $Self->{'AuthModule'} = 'Kernel::System::Auth::LDAP';
    $Self->{'AuthModule::LDAP::Host'} = 'LNSDCDEES1';
    $Self->{'AuthModule::LDAP::BaseDN'} = 'dc=xyz,dc=com';
    $Self->{'AuthModule::LDAP::UID'} = 'sAMAccountName';

    $Self->{'AuthModule::LDAP::GroupDN'} =
'cn=dl_OTRSAgentsNK,ou=PERMGROUPS,ou=BER_E,ou=Standard,ou=Neunkirchen,dc=xyz,dc=com';
    $Self->{'AuthModule::LDAP::AccessAttr'} = 'member';
    $Self->{'AuthModule::LDAP::UserAttr'} = 'DN';

    $Self->{'AuthModule::LDAP::SearchUserDN'} =
'cn=otrsuser,cn=users,dc=xyz,dc=com';
    $Self->{'AuthModule::LDAP::SearchUserPw'} = 'passwort';

    $Self->{'AuthModule::LDAP::AlwaysFilter'} = '';

    $Self->{'AuthModule::LDAP::Params'} = {
        port => 389,
        timeout => 120,
        async => 0,
        version => 3,
    };

Gruß
Andreas

-- 
Andreas Rothlauf
OpenBC: https://www.openbc.com/hp/Andreas_Rothlauf/