
Code: Select all
# This is an example configuration for an apache ($ENV{REMOTE_USER})
# auth. backend. Use it if you want to have a singe login through
# apache http-basic-auth
$Self->{'AuthModule'} = 'Kernel::System::Auth::HTTPBasicAuth';
# Note:
#
# If you use this module, you should use as fallback
# the following config settings if user isn't login through
# apache ($ENV{REMOTE_USER})
$Self->{LoginURL} = 'http://host.example.com/not-authorised-for-otrs.html';
$Self->{LogoutURL} = 'http://host.example.com/thanks-for-using-otrs.html';
Was ich nicht weiss, ist an welche URL im OTRS ich das ganze wie weiterleiten soll. Hat das von euch schon mal jemand erfolgreich gemacht und kann mir weiterhelfen?
Das Ziel ist am Ende, dass man sich nicht mehr über die normale Login-Seite an OTRS anmelden muss, sondern dass ganze über die normale HTACCESS-Maske des Browsers zu machen, damit sich der Spider unserer Intranet-Suchmaschine auch in OTRS einloggen kann.
Das System ist ein UCS 2.0 - Server (Im Prinzip Debian Etch) mit OTRS 2.2
Vielen Dank für Eure Hilfe!