relists <relists@cqm.co.uk> wrote:
The external script in XT Radius checks the username and password
against a postgres database and if username and password match it
returns the details for that user e.g. IP address, Framed-Address etc etc.
We are using the default xradiusd.conf file with the port number
changed to 1645. We have changed the users file to the following:
DEFAULT Auth-Type := External
Exec-Program = "/etc/raddb/checkpassword.pl %u
%{User-Password}"
You should use "Auth-Type := Accept" here. That should work.
Alan DeKok.