Re: SQL authenticate & Proxying

2005-12-13 Thread Alan DeKok
[EMAIL PROTECTED] wrote: > I want to use the sql authentication module to provide a list of users. The SQL module doesn't do authentication. The "authorise" section can check the DB for the existense of a usrr. > Everyone in this list should be proxied. However, if you aren't in the > table, t

Re: SQL authenticate & Proxying

2005-12-13 Thread Lewis Bergman
[EMAIL PROTECTED] wrote: I'm looking to implement a type of double check authentication using freeradius. I want to use the sql authentication module to provide a list of users. Everyone in this list should be proxied. However, if you aren't in the table, then you should immediately be rejected

SQL authenticate & Proxying

2005-12-12 Thread stu-tss1
I'm looking to implement a type of double check authentication using freeradius. I want to use the sql authentication module to provide a list of users. Everyone in this list should be proxied. However, if you aren't in the table, then you should immediately be rejected. I don't have control of th