
Hallo Michael
2006/5/11, Teuber, Michael
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/