Hallo Thorsten,

Wenn dich nur die Darstellung der Umlaute stört, dann kannst du die Parameter 
in Config.pm probieren:

    $Self->{CustomerUser} = {
        Name => 'LDAP Backend',
        Module => 'Kernel::System::CustomerUser::LDAP',
        Params => {
            Host => 'host.firma.com',
            BaseDN => 'dc=firma,dc=com',
            SSCOPE => 'sub',
            UserDN => 'blahuser',
            UserPw => 'blapass',
            AlwaysFilter => '(objectcategory=person)',
            SourceCharset => 'utf-8',
            DestCharset => 'iso-8859-1',
        },

Gruß/Regards,
Hermann Maurer

_______________________________________________
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