diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-09-14 16:51:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-09-14 16:51:56 +0000 |
commit | f0fb6b9efa0cdf1e9dfd0d654d59dba7227bba85 (patch) | |
tree | 17f5a4dd2b30f3cabed5d24728df014a7b300cd1 /net/ser/files/patch-modules::acc::etc::radiusclient.conf | |
parent | Rescue a hosed port from death row. GCL is now healthy enough to (diff) |
Add ser 0.8.11, a very fast and configurable SIP proxy.
Diffstat (limited to 'net/ser/files/patch-modules::acc::etc::radiusclient.conf')
-rw-r--r-- | net/ser/files/patch-modules::acc::etc::radiusclient.conf | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/net/ser/files/patch-modules::acc::etc::radiusclient.conf b/net/ser/files/patch-modules::acc::etc::radiusclient.conf new file mode 100644 index 000000000000..876687437988 --- /dev/null +++ b/net/ser/files/patch-modules::acc::etc::radiusclient.conf @@ -0,0 +1,42 @@ + +$FreeBSD$ + +--- modules/acc/etc/radiusclient.conf 2003/07/06 17:56:08 1.1 ++++ modules/acc/etc/radiusclient.conf 2003/07/06 17:57:54 +@@ -22,7 +22,7 @@ + + # name of the issue file. it's only display when no username is passed + # on the radlogin command line +-issue /usr/local/etc/radiusclient/issue ++issue %%LOCALBASE%%/etc/radiusclient/issue + + # RADIUS settings + +@@ -44,23 +44,23 @@ + + # file holding shared secrets used for the communication + # between the RADIUS client and server +-servers /home/jiri/sip_router/modules/acc/etc/servers ++servers %%PREFIX%%/etc/ser/servers + + + + # dictionary of allowed attributes and values + # just like in the normal RADIUS distributions +-dictionary /home/jiri/sip_router/modules/acc/etc/sip_dictionary ++dictionary %%PREFIX%%/etc/ser/sip_dictionary + + # program to call for a RADIUS authenticated login +-login_radius /usr/local/sbin/login.radius ++login_radius %%LOCALBASE%%/sbin/login.radius + + # file which holds sequence number for communication with the + # RADIUS server + seqfile /var/run/radius.seq + + # file which specifies mapping between ttyname and NAS-Port attribute +-mapfile /usr/local/etc/radiusclient/port-id-map ++mapfile %%LOCALBASE%%/etc/radiusclient/port-id-map + + # default authentication realm to append to all usernames if no + # realm was explicitly specified by the user |