blob: 12b46acd9f9cb84cf33cbef2785b43ddf92680d9 (
plain)
1
2
3
4
5
6
7
8
9
|
files {
# 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}}"
# The old "users" style file is now located here.
filename = $ENV{MODULE_TEST_DIR}/authorize
}
|