[otrs] Radius Problem

Christian Schoepplein christian.schoepplein at otrs.com
Wed May 2 19:13:46 GMT 2007


Hi Daren,

On Mon, Apr 23, 2007 at 11:00:28AM +0100, Darren Williams wrote:
>I have just installed otrs-2.1.7 and I am trying to configure radius customer
>authentication.
>
> 
>
>I have added the following to my Config.pm file:
>
> 
>
> 
>
> $Self->{'Customer::AuthModule'} = 'Kernel::System::Auth::Radius';
>
> $Self->{'Customer::AuthModule::Radius::Host'} = '10.106.11.20';
>
> $Self->{'Customer::AuthModule::Radius::Password'} = 'xxxxxxxx';
>
> 
>
>Is there anymore that I need to do?

Hmm, looks like the first entry is wrong in Defaults.pm :(. Please try 
the following:

    $Self->{'Customer::AuthModule'} = 'Kernel::System::CustomerAuth::Radius';
    $Self->{'Customer::AuthModule::Radius::Host'} = 'radiushost';
    $Self->{'Customer::AuthModule::Radius::Password'} = 'radiussecret';

Does it work with this entry?

-- Christian

((otrs)) :: OTRS GmbH :: Norsk-Data-Strasse 1 :: 61352 Bad Homburg
           Fon: +49 (0) 9421 56818 0 :: Fax: +49 (0) 9421 56818 18
           http://www.otrs.com/ :: Communication with success!

Geschäftsführer: André Mindermann, Martin Edenhofer
Handelsregister: HRB 9452 Bad Homburg
Steuernummer:   003/240/97521

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.otrs.org/pipermail/otrs/attachments/20070502/cb54e12d/attachment.pgp


More information about the otrs mailing list