# -*- text -*-
#
#  $Id: c7a813b9ffe91781e805a74fa21c6adc2868c5d2 $

# Livingston-style 'users' file
#
files {
	# Search for files in a subdirectory of mods-config which
	# matches this instance of the files module.
	moddir = ${modconfdir}/${.:instance}

	# The default key attribute to use for matches.  The content
	# of this attribute is used to match the "name" of the
	# entry.
	#key = "%{Stripped-User-Name:-%{User-Name}}"

	# Sets a common file for all sections which do not have
	# specific files configured. It's recommended that
	# per section instances of 'files' are used, as per section
	# files will be deprecated in a future release.
	filename = ${moddir}/authorize

	usersfile = ${moddir}/authorize
	acctusersfile = ${moddir}/accounting
	preproxy_usersfile = ${moddir}/pre-proxy

	#  If you want to use the old Cistron 'users' file
	#  with FreeRADIUS, you should change the next line
	#  to 'compat = cistron'.  You can the copy your 'users'
	#  file from Cistron.
	compat = no
}
