Hi Ryan,

Ryan O'Connell <[EMAIL PROTECTED]> wrote:

> I'm trying to set up a RADIUS server to always authenticate users
> sucessfully, but return additional information (Static IP address)
> from an SQL database for those that get the correct username and

I'd suggest to use some extension mechanism to achieve this. For
example:

DEFAULT Auth-Type = Accept
          Service-Type = Framed-User,
                 Exec-Program-Wait = "/path/auth %C{User-Name} 
%C{User-Password}"

The program /path/auth is supposed to check the supplied user
credentials and supply any additional attributes if these are
correct. In the siplest case it can easily be written in shell.

Regards,
Sergey



_______________________________________________
Help-gnu-radius mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-radius

Reply via email to