Subversion Repositories configs

Rev

Rev 4 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 34
Line 1... Line 1...
1
# -*- text -*-
1
# -*- text -*-
2
#
2
#
3
#  $Id$
3
#  $Id: e0198d85b2d14fa7b75b0e8c1bf6427c4bd89058 $
4
 
4
 
5
# Livingston-style 'users' file
5
# Livingston-style 'users' file
6
#
6
#
7
files {
7
files {
8
	# The default key attribute to use for matches.  The content
8
	# The default key attribute to use for matches.  The content
9
	# of this attribute is used to match the "name" of the
9
	# of this attribute is used to match the "name" of the
10
	# entry.
10
	# entry.
11
	#key = "%{Stripped-User-Name:-%{User-Name}}"
11
	#key = "%{%{Stripped-User-Name}:-%{User-Name}}"
12
 
12
 
13
	usersfile = ${confdir}/users
13
	usersfile = ${confdir}/users
14
	acctusersfile = ${confdir}/acct_users
14
	acctusersfile = ${confdir}/acct_users
15
	preproxy_usersfile = ${confdir}/preproxy_users
15
	preproxy_usersfile = ${confdir}/preproxy_users
16
 
16
 
Line 31... Line 31...
31
#  The two names here mean:
31
#  The two names here mean:
32
#	"files" - this is a configuration for the "rlm_files" module
32
#	"files" - this is a configuration for the "rlm_files" module
33
#	"second_files" - this is a named configuration, which isn't
33
#	"second_files" - this is a named configuration, which isn't
34
#			the default configuration.
34
#			the default configuration.
35
files second_files {
35
files second_files {
36
	#key = "%{Stripped-User-Name:-%{User-Name}}"
36
	#key = "%{%{Stripped-User-Name}:-%{User-Name}}"
37
 
37
 
38
	#  The names here don't matter.  They just need to be different
38
	#  The names here don't matter.  They just need to be different
39
	#  from the names for the "files" configuration above.  If they
39
	#  from the names for the "files" configuration above.  If they
40
	#  are the same, then this configuration will end up being the
40
	#  are the same, then this configuration will end up being the
41
	#  same as the one above.
41
	#  same as the one above.