Ich hab unter Otrs 2.0.1 folgendes zur Authentifzierung benutzt:

----------------------------
   $Self->{'AuthModule'} = 'Kernel::System::Auth::LDAP';
   $Self->{'AuthModule::LDAP::Host'} = '10.0.0.1';
   $Self->{'AuthModule::LDAP::BaseDN'} = 'dc=fh-stpoelten,dc=ac.at';
   $Self->{'AuthModule::LDAP::UID'} = 'cn';

   # Check if the user is allowed to auth in a posixGroup
   # (e. g. user needs to be in a group xyz to use otrs)
$Self->{'AuthModule::LDAP::GroupDN'} = 'cn=ver_nsc,ou=groups,dc=fh-stpoelten,dc=ac.at';
   $Self->{'AuthModule::LDAP::AccessAttr'} = 'memberUid'
----------------------------

Wenn ich mit OTRS 2.0.2 dasselbe verwende, funktioniert es nicht.
Wird die GroupDN und AccessAttr auskommentiert, geht es - was kann
ich hier falsch machen?

lg
_______________________________________________
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