moved quote to proper place.
authoraland <aland>
Thu, 17 May 2001 14:21:36 +0000 (14:21 +0000)
committeraland <aland>
Thu, 17 May 2001 14:21:36 +0000 (14:21 +0000)
raddb/sql.conf

index c4e8adf..76b34c2 100644 (file)
@@ -91,7 +91,7 @@ sql {
        # be the first field in the return row data.
        ########################################################################
 
-       authenticate_query = "SELECT Value,Attribute FROM ${authcheck_table} WHERE UserName = '%{User-Name}' AND ( Attribute = 'Password'" OR Attribute = 'Crypt-Password' ) ORDER BY Attribute DESC
+       authenticate_query = "SELECT Value,Attribute FROM ${authcheck_table} WHERE UserName = '%{User-Name}' AND ( Attribute = 'Password' OR Attribute = 'Crypt-Password' ) ORDER BY Attribute DESC"
 
        ########################################################################
        #  Accounting Queries