import from HEAD:
[freeradius.git] / raddb / preproxy_users
1 #
2 #  This file is similar to the "users" file.  The check items
3 #  are compared against the request, but the "reply" items are
4 #  used to update the proxied packet, not the reply to the NAS>
5 #
6 #  You can use this file to re-write requests which are about to be
7 #  sent to a home server.
8 #
9
10 #
11 #  For all proxied packets, set the User-Name in the proxied packet
12 #  to the Stripped-User-Name, if it exists.  If not, set it to the
13 #  User-Name from the original request.
14 #
15 #DEFAULT
16 #       User-Name := `%{Stripped-User-Name:-%{User-Name}}`