source: npl/internetserver/poptop_ppp/radiusclient/realms @ c5c522c

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: 749 bytes
Line 
1# /etc/radiusclient/realms
2#
3# Handle realm @netservers.co.uk on an internal RADIUS server
4# (note the server must be told to strip the realm)
5
6#authserver netservers.co.uk 192.168.1.1:1812
7#acctserver netservers.co.uk 192.168.1.1:1813
8
9# users in realm @example.com are handled by separate servers
10
11#authserver example.com 10.0.0.1:1812
12#acctserver example.com 10.0.0.2:1813
13
14# the DEFAULT realm matches users that do not supply a realm
15
16#authserver DEFAULT 192.168.1.1:1812
17#acctserver DEFAULT 192.168.1.1:1813
18
19# Any realms that do not match in the realms file automatically fall
20# through to the standard radius plugin which uses the servers in the
21# radiusclient.conf file.  Note that this is different than the
22# DEFAULT realm match, above.
Note: See TracBrowser for help on using the repository browser.