Updated instructions on the use of '='
authoraland <aland>
Thu, 17 Apr 2003 13:18:16 +0000 (13:18 +0000)
committeraland <aland>
Thu, 17 Apr 2003 13:18:16 +0000 (13:18 +0000)
doc/rlm_sql
man/man5/users.5

index dc76d48..e40f986 100644 (file)
 
 1. Miscellaneous configuration
 
-  The SQL module has little documentation, sorry.  A helpful (but old)
+  The SQL module has little documentation, sorry.  A helpful
   web page is:
 
        http://www.frontios.com/freeradius.html
 
-  but it hasn't been updated in over 6 months.  If anyone has
-  comments on this (or other) documentation, PLEASE email them to the
-  freeradius-devel list, so that they may be included here.
+  If anyone has comments on this (or other) documentation, PLEASE
+  email them to the freeradius-devel list, so that they may be included here.
 
 
 2. What NOT to do.
 
  =     "Attribute = Value"
 
-       Not allowed as a check item.
+       Not allowed as a check item for RADIUS protocol attributes.  It is
+       allowed for server configuration attributes (Auth-Type, etc), and sets
+       the value of on attribute, only if there is no other item of the
+       same attribute.
 
        As a reply item, it means "add the item to the reply list, but
        only if there is no other item of the same attribute."
index d545dab..33d57a1 100644 (file)
@@ -62,7 +62,10 @@ operators, and their meaning.
 
 .TP 0.5i
 .B "Attribute = Value"
-Not allowed as a check item.
+Not allowed as a check item for RADIUS protocol attributes.  It is
+allowed for server configuration attributes (Auth-Type, etc), and sets
+the value of on attribute, only if there is no other item of the
+same attribute.
 .br
 As a reply item, it means "add the item
 to the reply list, but only if there is no other item of the same