Note example of SQL in post-auth reject, too
authorAlan T. DeKok <aland@freeradius.org>
Fri, 7 May 2010 09:18:14 +0000 (11:18 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 11 May 2010 13:44:27 +0000 (15:44 +0200)
raddb/sites-available/default
raddb/sites-available/inner-tunnel

index 365f34f..d558498 100644 (file)
@@ -506,6 +506,8 @@ post-auth {
        #  'edir_account_policy_check = yes' in the ldap module configuration
        #
        Post-Auth-Type REJECT {
+               # log failed authentications in SQL, too.
+#              sql
                attr_filter.access_reject
        }
 }
@@ -587,6 +589,5 @@ post-proxy {
 #      Post-Proxy-Type Fail {
 #                      detail
 #      }
-
 }
 
index 1ac43c2..5962dc9 100644 (file)
@@ -284,6 +284,8 @@ post-auth {
        #  'edir_account_policy_check = yes' in the ldap module configuration
        #
        Post-Auth-Type REJECT {
+               # log failed authentications in SQL, too.
+#              sql
                attr_filter.access_reject
        }