Filter Access-Challenge packets, too
[freeradius.git] / raddb / modules / attr_filter
index 535e2a0..0660d57 100644 (file)
@@ -28,6 +28,16 @@ attr_filter attr_filter.access_reject {
        attrsfile = ${confdir}/attrs.access_reject
 }
 
+# Enforce RFC requirements on the contents of Access-Reject
+# packets.  See the comments at the top of the file for
+# more details.
+#
+attr_filter attr_filter_access_challenge {
+       key = %{User-Name}
+       attrsfile = ${confdir}/attrs.access_challenge
+}
+
+
 #  Enforce RFC requirements on the contents of the
 #  Accounting-Response packets.  See the comments at the
 #  top of the file for more details.