diff options
author | Will Andrews <will@FreeBSD.org> | 2001-12-19 02:30:02 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-12-19 02:30:02 +0000 |
commit | 7765c3d3500ff8050f20d17e9bf6dbc16e426d99 (patch) | |
tree | 2a576321bfa1f5eb7c8acbfbea468c2e52446f4a /net/icradius/files/pcisco-src::proxy.c | |
parent | Add p5-IC-Radius 0.4, a Perl5 extension for ICRADIUS Interface Module. (diff) |
Add icradius 0.18.1, a variant of Cistron RADIUS, but with a MySQL
backend.
PR: 29080
Submitted by: Sergey N. Voronkov <serg@tmn.ru>
Notes
Notes:
svn path=/head/; revision=51767
Diffstat (limited to 'net/icradius/files/pcisco-src::proxy.c')
-rw-r--r-- | net/icradius/files/pcisco-src::proxy.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/icradius/files/pcisco-src::proxy.c b/net/icradius/files/pcisco-src::proxy.c new file mode 100644 index 000000000000..f847eee548da --- /dev/null +++ b/net/icradius/files/pcisco-src::proxy.c @@ -0,0 +1,10 @@ +--- src/proxy.c.old Sat Oct 21 23:28:04 2000 ++++ src/proxy.c Tue Mar 6 18:18:14 2001 +@@ -44,6 +44,7 @@ + PW_SESSION_TIMEOUT, + PW_IDLE_TIMEOUT, + PW_PORT_LIMIT, ++ PW_CISCO_MAXIMUM_TIME, + 0, + }; + |