Skip to content

Commit

Permalink
Key should be double quoted
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Nov 11, 2013
1 parent 588633a commit 056fe89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions raddb/mods-available/attr_filter
Expand Up @@ -24,7 +24,7 @@ attr_filter attr_filter.pre-proxy {
# more details.
#
attr_filter attr_filter.access_reject {
key = %{User-Name}
key = "%{User-Name}"
filename = ${modconfdir}/${.:name}/access_reject
}

Expand All @@ -33,7 +33,7 @@ attr_filter attr_filter.access_reject {
# more details.
#
attr_filter attr_filter.access_challenge {
key = %{User-Name}
key = "%{User-Name}"
filename = ${modconfdir}/${.:name}/access_challenge
}

Expand All @@ -43,6 +43,6 @@ attr_filter attr_filter.access_challenge {
# top of the file for more details.
#
attr_filter attr_filter.accounting_response {
key = %{User-Name}
key = "%{User-Name}"
filename = ${modconfdir}/${.:name}/accounting_response
}

0 comments on commit 056fe89

Please sign in to comment.