Skip to content

Commit

Permalink
Allow User-Name in CUI reply
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jul 10, 2014
1 parent e0e86e1 commit 195a17d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions raddb/policy.d/cui
Expand Up @@ -82,9 +82,9 @@ cui.post-auth {
# accounting, comment out the 'cuisql' line below.
#
if (reply:Chargeable-User-Identity) {
# remove User-Name from the reply for security
update reply {
User-Name !* ANY
# Force User-Name to be the User-Name from the request
update {
reply:User-Name := &request:User-Name
}
cuisql
}
Expand Down

0 comments on commit 195a17d

Please sign in to comment.