Fixed typo && include attrs.access_challenge in build
authorAlan T. DeKok <aland@freeradius.org>
Thu, 24 Sep 2009 20:01:54 +0000 (22:01 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 24 Sep 2009 20:04:34 +0000 (22:04 +0200)
raddb/Makefile
raddb/modules/attr_filter
suse/freeradius.spec

index 6c888b7..01d3f03 100644 (file)
@@ -13,7 +13,7 @@ FILES = acct_users attrs attrs.access_reject attrs.accounting_response        \
        attrs.pre-proxy clients.conf dictionary eap.conf templates.conf \
        experimental.conf hints huntgroups ldap.attrmap                 \
        policy.txt preproxy_users proxy.conf radiusd.conf               \
-       sql.conf sqlippool.conf users   policy.conf
+       sql.conf sqlippool.conf users   policy.conf attrs.access_challenge
 
 #
 #      This target is here for local debugging
index 0660d57..acb28a9 100644 (file)
@@ -32,7 +32,7 @@ attr_filter attr_filter.access_reject {
 # packets.  See the comments at the top of the file for
 # more details.
 #
-attr_filter attr_filter_access_challenge {
+attr_filter attr_filter.access_challenge {
        key = %{User-Name}
        attrsfile = ${confdir}/attrs.access_challenge
 }
index 8572499..ecec237 100644 (file)
@@ -314,6 +314,7 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) /etc/raddb/acct_users
 %config(noreplace) /etc/raddb/attrs
 %config(noreplace) /etc/raddb/attrs.access_reject
+%config(noreplace) /etc/raddb/attrs.access_challenge
 %config(noreplace) /etc/raddb/attrs.accounting_response
 %config(noreplace) /etc/raddb/attrs.pre-proxy
 %attr(640,-,radiusd) %config(noreplace) /etc/raddb/clients.conf