ich habe ein Problem und zwar habe wollte ich unsere Clients via Radius authentifizieren lassen.
Hier die Einstellungen der Config.pm
Code: Select all
# This is example configuration to auth. agents against a radius server
$Self->{'AuthModule'} = 'Kernel::System::Auth::Radius';
$Self->{'AuthModule::Radius::Host'} = 'server.adresse.de';
$Self->{'AuthModule::Radius::Password'} = 'otrs';
# This is a example configuration to auth. customer against a radius server
$Self->{'Customer::AuthModule'} = 'Kernel::System::Auth::Radius';
$Self->{'Customer::AuthModule::Radius::Host'} = 'server.adresse.de';
$Self->{'Customer::AuthModule::Radius::Password'} = 'otrs';
Und hier die Fehlermeldung:
An was könnte das liegen?[Fri Feb 24 12:03:31 2012][Error][Kernel::System::Auth::new][121] Can't load backend module Kernel::System::Auth::Radius!
[Fri Feb 24 12:03:48 2012][Error][Kernel::System::Auth::new][121] Can't locate Authen/Radius.pm in @INC (@INC contains: C:/Program Files/OTRS/Apache/Custom C:/Program Files/OTRS/Apache/Kernel/cpan-lib C:/Program Files/OTRS/Apache C:/PROGRA~1/OTRS/OTRS/Custom C:/PROGRA~1/OTRS/OTRS/Kernel/cpan-lib C:/PROGRA~1/OTRS/OTRS/ C:/Program Files/OTRS/StrawberryPerl/perl/site/lib C:/Program Files/OTRS/StrawberryPerl/perl/vendor/lib C:/Program Files/OTRS/StrawberryPerl/perl/lib .) at C:/PROGRA~1/OTRS/OTRS//Kernel/System/Auth/Radius.pm line 18.
BEGIN failed--compilation aborted at C:/PROGRA~1/OTRS/OTRS//Kernel/System/Auth/Radius.pm line 18.
Habe OTRS in der Version 3.1.1 und ITSM installiert, das alles läuft auf einem Windows 7 x86 Prof. Testsystem. Installation ist über die .Exe erfolgt