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

Attachment: signature.asc
Description: Digital signature

_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/

Reply via email to