Radius fehler: Can't load Backend Module

Hilfe zu Znuny Problemen aller Art
Locked
darktrooper1991
Znuny newbie
Posts: 75
Joined: 24 Feb 2012, 13:08
Znuny Version: 31111
Real Name: Daniel

Radius fehler: Can't load Backend Module

Post by darktrooper1991 »

Hallo,

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';
Server.adresse.de verweist auf den Domaincontroller, auf welchem eine AD und Radius installiert ist

Und hier die Fehlermeldung:
[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.
An was könnte das liegen?

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
OTRS 3.1.1 with FAQ, ITSM, Survey
Running on Windows Server 2008 R2 x64
Connected with Active Directory 2003
darktrooper1991
Znuny newbie
Posts: 75
Joined: 24 Feb 2012, 13:08
Znuny Version: 31111
Real Name: Daniel

Re: Radius fehler: Can't load Backend Module

Post by darktrooper1991 »

Hat keiner eine Idee?
OTRS 3.1.1 with FAQ, ITSM, Survey
Running on Windows Server 2008 R2 x64
Connected with Active Directory 2003
Locked