Aurelio R. Costa wrote:
> --
> Hello exim-users,
>
> Does anybody use or already have used exim authenticating directly on a radius server ?
>
> I'm using the command "server_condition = ${if radius{<arguments>}{yes}{no}}" like the doc. tell,
> but I only see the message on mainlog: "535 Incorrect authentication data" and runnig a tcpdump
> I see that my exim box doesn't send any packet to radius server.
>
> Any suggestion will be welcome.
>
> Exim-4.22 + radiusclient-0.3.1
>
> auth_plain:
> driver = plaintext
> public_name = PLAIN
> server_condition = "${if radius{$2$3}{yes}{no}}"
> server_set_id = $2
>
> auth_login:
> driver = plaintext
> public_name = LOGIN
> server_prompts = "Username:: : Password::"
> server_condition = "${if radius{$1:$2}{yes}{no}}"
> server_set_id = $1
>
>
I know very little but I'll stick my neck out anyway. Do you have the
radius server defined somewhere? You use a lot of radius checks but
nothing in what you dumped shows that exim knows WHERE the radius server is.
--
-- Dan