[exim] Fixed & Plain Authentication Problem - Radius

Pàgina inicial
Delete this message
Reply to this message
Autor: Cobus Viljoen
Data:  
A: exim-users
Assumpte: [exim] Fixed & Plain Authentication Problem - Radius
Hi Guys,

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}}

For some reason they are not working. I don’t know if someone has used
this before and can guide me in the right direction

The radius logs shows this

Fri Dec 11 12:20:40 2009 : Auth: Login incorrect: [user/pass/] (from
client smtp port 0)
Fri Dec 11 12:22:03 2009 : Auth: Login incorrect: [user/pass/] (from
client smtp port 0)


And I’m sure the problem is that there is an extra “/” at the end of
the password that shouldn’t be there


Regards,
Cobus