Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > fb268dfad41c7000ae044d769911f4c8 > files > 45

radiusd-cistron-1.6.4-3mdk.i586.rpm

#
# realms	Realm-specific definitions.
#		A realm is the part after an `@' sign in a loginname.
#

#
#	The first few entries are global settings.
#
#	Notes:  you can define acctdir and acctdir2, and in both
#		directories the detail log will be written. `%s' expands
#		to the (short) name of the terminal server.
#
radwtmp		/var/log/radwtmp
radutmp		/var/log/radutmp
acctdir		/var/log/radacct/%s

#
#	All entries can be overridden on a per-realm base. Specific
#	entries for a realm are:
#
#	authproxy:	remote_radius[:port]  secret
#	acctproxy:	remote_radius[:port]  secret
#
realm example.nl
acctdir		/var/log/radacct/%s
acctdir2	/var/log/radacct/example
authproxy	radius.example.nl	testing123
acctproxy	radius.example.nl	testing123

realm voorbeeld.nl
acctdir		/var/log/radacct/%s
acctdir2	/var/log/radacct/voorbeeld
authproxy	radius.voorbeeld.nl:1812	HellOtHere
acctproxy	radius.voorbeeld.nl:1813	HellOtHere