Re: [exim] Fixed & Plain Authentication Problem - Radius

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Mike Cardwell
Datum:  
To: exim-users
Betreff: Re: [exim] Fixed & Plain Authentication Problem - Radius
Cobus Viljoen wrote:

> I need some help. I’m using exim to relay mail out for our
> organization. On this cluster I have authenticator setup to verify a
> clients username & password against a radius server
>
> My authenticators looks like this
>
> fixed_plain:
>    driver = plaintext
>    public_name = PLAIN
>    server_prompts   = :
>    server_condition = ${if radius{$2:$3}{yes}{no}}
>    server_set_id = $2

>
> fixed_login:
>    driver = plaintext
>    public_name = LOGIN
>    server_condition = ${if radius{$2:$3}{yes}{no}}


At first glance, I notice you're using $2 and $3 in both authenticators.
In the login authenticator user/pass is $1/$2 not $2/$3 ...

--
Mike Cardwell - IT Consultant and LAMP developer
Cardwell IT Ltd. (UK Reg'd Company #06920226) http://cardwellit.com/
Technical Blog: https://secure.grepular.com/blog/