Search found 4 matches

by SONIC-PS
30 Dec 2011, 10:31
Forum: Hilfe
Topic: [GELÖST] Customer::AuthModule - seltsames Verhalten
Replies: 1
Views: 517

Re: Customer::AuthModule - seltsames Verhalten

Mal 'ne Nacht drüber schlafen hilft. Cut-and-Paste Fehler, leider.

Code: Select all

    $Self->{'Customer::AuthModule1'} = 'Kernel::System::Auth::LDAP';
Wenn ich das von 'Kernel::System::Auth::LDAP' zu 'Kernel::System::CustomerAuth::LDAP' ändere, funktioniert alles erwartungsgemäß.
Entschuldigung
Henrik
by SONIC-PS
30 Dec 2011, 10:29
Forum: Help
Topic: [SOLVED] Strange phenomenon - Customer::AuthModule
Replies: 1
Views: 902

Re: Strange phenomenon - Customer::AuthModule

Sometimes a good night's sleep helps. I had specified the wrong Authentication Module

Code: Select all

$Self->{'Customer::AuthModule1'} = 'Kernel::System::Auth::LDAP';
After I changed this from 'Kernel::System::Auth::LDAP' to 'Kernel::System::CustomerAuth::LDAP', it worked as expected.
Sorry
Henrik
by SONIC-PS
29 Dec 2011, 15:16
Forum: Help
Topic: [SOLVED] Strange phenomenon - Customer::AuthModule
Replies: 1
Views: 902

[SOLVED] Strange phenomenon - Customer::AuthModule

Hello, I am trying to connect our OTRS version 3.0.11 to an Active Directory. I want to authenticate either against the AD or against the OTRS database. While setting this up I ran into a problem. First I did this: Example 1 # Authentication via LDAP $Self->{'Customer::AuthModule'} = 'Kernel::System...
by SONIC-PS
29 Dec 2011, 13:12
Forum: Hilfe
Topic: [GELÖST] Customer::AuthModule - seltsames Verhalten
Replies: 1
Views: 517

[GELÖST] Customer::AuthModule - seltsames Verhalten

Hallo, bin gerade dabei, eine LDAP-Anbindung zu versuchen. Dabei bin ich auf ein seltsames Phänomen gestoßen. Version 3.0.11 übrigens. Ich habe zunächst Folgendes versucht: Beispiel 1 # Authentication via LDAP $Self->{'Customer::AuthModule'} = 'Kernel::System::Auth::LDAP'; $Self->{'Customer::AuthMod...