gcc484ntopperl-5.22
Last change
on this file since c5c522c was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
1.0 KB
|
Rev | Line | |
---|
[c5c522c] | 1 | # |
---|
| 2 | # Configuration file for the rlm_files module. |
---|
| 3 | # Please see rlm_files(5) manpage for more information. |
---|
| 4 | # |
---|
| 5 | # $Id: preproxy_users,v 1.1.6.2 2005/06/11 22:20:40 nbk Exp $ |
---|
| 6 | # |
---|
| 7 | # This file is similar to the "users" file. The check items |
---|
| 8 | # are compared against the request, but the "reply" items are |
---|
| 9 | # used to update the proxied packet, not the reply to the NAS. |
---|
| 10 | # |
---|
| 11 | # You can use this file to re-write requests which are about to |
---|
| 12 | # be sent to a home server. |
---|
| 13 | # |
---|
| 14 | |
---|
| 15 | # |
---|
| 16 | # Requests destinated to realm "extisp" are sent to a RADIUS |
---|
| 17 | # home server hosted by an other company which doesn't know about |
---|
| 18 | # the IP addresses of our NASes. Therefore we replace the value of |
---|
| 19 | # the NAS-IP-Address attribute by a unique value we communicated |
---|
| 20 | # to them. |
---|
| 21 | # |
---|
| 22 | #DEFAULT Realm == "extisp" |
---|
| 23 | # NAS-IP-Address := 10.1.2.3 |
---|
| 24 | |
---|
| 25 | # |
---|
| 26 | # For all proxied packets, set the User-Name in the proxied packet |
---|
| 27 | # to the Stripped-User-Name, if it exists. If not, set it to the |
---|
| 28 | # User-Name from the original request. |
---|
| 29 | # |
---|
| 30 | #DEFAULT |
---|
| 31 | # User-Name := `%{Stripped-User-Name:-%{User-Name}}` |
---|
Note: See
TracBrowser
for help on using the repository browser.