Skip to content

Commit

Permalink
Save Module-Failure-Message to the outer session-state
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Dec 8, 2014
1 parent 7760b57 commit ae02002
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions raddb/sites-available/inner-tunnel
Expand Up @@ -313,6 +313,13 @@ post-auth {
# log failed authentications in SQL, too.
-sql
attr_filter.access_reject

#
# Let the outer session know which module failed, and why.
#
update outer.session-state {
Module-Failure-Message := &request:Module-Failure-Message
}
}
}

Expand Down

0 comments on commit ae02002

Please sign in to comment.