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
OTRS with radius
Moderator: crythias