OTRS with radius

Moderator: crythias

Locked
jodi
Znuny newbie
Posts: 1
Joined: 17 May 2011, 14:07
Znuny Version: 3

OTRS with radius

Post by jodi »

Hello,

I've never worked with freeradius and OTRS, so I hope that someone can help me. What I'm trying to do is to let customers authenticate with the radius server. I've read the documentation and added this to my config.pm:
# This is a example configuration to auth. customer against a radius server
$Self->{'Customer::AuthModule'} = 'Kernel::System::Auth::Radius';
$Self->{'Customer::AuthModule::Radius::Host'} = 'radiushost';
$Self->{'Customer::AuthModule::Radius::Password'} = 'radiussecret';

and changed it with my values.
I've also installed the Authen::Radius plugin for perl.

Should it be possible now to login with an account that is on the radius server or is their anything else I'have to configure?

thanks!

greets
Jodi
Locked