"stenmark " <[EMAIL PROTECTED]> wrote:
> So can I put this new attribute in the radcheck table?
> the Attribute name is Slipstream-Auth and it's value is slip(True/Null)
> Is this new query correct?
> reply_attr_query = "SELECT id,UserName,'Slipstream-Auth',slip,op FROM radcheck WHERE 
> username='%{SQL-User-Name}' ORDER BY id"

  No.  There is no reply_attr_query.  If you invent one, the sql
module will never use it.

  I don't understand why you think queries you invent will be used by
the module.

> Does an attribute query need all of the listed items that I have in
> my query? 

  There is no attribute query.  I have no clue where you got that idea
from.

> Also, where can I find a list of queries the SQL module knows about?

  The ones listed in sql.conf are the queries the SQL module knows
about.

  Don't edit them.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to