Hallo Michael

2006/5/11, Teuber, Michael <[EMAIL PROTECTED]>:

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/
_______________________________________________
OTRS Mailingliste: otrs-de - Webpage: http://otrs.org/
Archiv: http://lists.otrs.org/pipermail/otrs-de/
Listenabo verwalten: http://lists.otrs.org/cgi-bin/listinfo/otrs-de/
Support oder Consulting fuer Ihr OTRS System?
=> http://www.otrs.de/

Antwort per Email an