blob: 0e92702981f2e794e45865e83ccff17656eb8161 [file] [log] [blame]
Chetan Gaonker7f4bf742016-05-04 15:56:08 -07001# -*- text -*-
2#
3# $Id: c14992f05c13983fa0c0f9bcead4c1cf0c1bb801 $
4
5# Livingston-style 'users' file
6#
7# See "man users" for more information.
8#
9files {
10 # Search for files in a subdirectory of mods-config which
11 # matches this instance of the files module.
12 moddir = ${modconfdir}/${.:instance}
13
14 # The default key attribute to use for matches. The content
15 # of this attribute is used to match the "name" of the
16 # entry.
17 #key = "%{%{Stripped-User-Name}:-%{User-Name}}"
18
19 # The old "users" style file is now located here.
20 filename = ${moddir}/authorize
21
22 # This is accepted for backwards compatibility
23 # It will be removed in a future release.
24 usersfile = ${moddir}/authorize
25
26 # These are accepted for backwards compatibility.
27 # They will be renamed in a future release.
28 acctusersfile = ${moddir}/accounting
29 preproxy_usersfile = ${moddir}/pre-proxy
30}