ich bin neu im Thema OTRS und arbeite mich immer weiter und tiefer ein.
Eins muss ich mal sagen, dass Programm ist echt Klasse und man kann das echt an seine Bedürfnisse anpassen, soweit ich das bisher beurteilen kann!

Jedoch habe ich ein Problem mit dem Single Sign On.
Ich habe schon alle möglichen How-Tos im Internet ausprobiert und ich komme immer wieder zu dem gleichem Ergebnis.
Laut Log:
Code: Select all
[Notice][Kernel::System::Auth::HTTPBasicAuth::Auth] User: No $ENV{REMOTE_USER} or $ENV{HTTP_REMOTE_USER} !(REMOTE_ADDR: xxx.xxx.xxx.xxx).
[Error][Kernel::System::User::UserLookup][724] Need UserLogin or UserID!
Code: Select all
$Self->{'AuthModule'} = 'Kernel::System::Auth::HTTPBasicAuth';
$Self->{'AuthModule::HTTPBasicAuth::Replace'} = 'POINT-S\\';
# If you use this module, you should use as fallback
# the following configuration settings if the user is not authorized
# apache ($ENV{REMOTE_USER})
$Self->{LoginURL} = 'http://psz-apps21.points.de/portal/OTRS-Error.html';
# URL for Logout
$Self->{LogoutURL} = 'http://psz-apps21.points.de/portal/otrs-abmeldung.html';
Ich hoffe mir kann hier einer weiterhelfen.