blob: 77bddccbaa6e4c367ed8fcbe8be4cc7f1f234da0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Administrator Access Control List
# Format:
# Name Privileges Comments
# Where Privileges is a string containing one or more of
# "a" Add New Principals
# "c" Change Passwords
# "d" Delete Current Principals
# "i" Inquire About Existing Principals
# "m" Modify Existing Principals
# "*" All Privileges
#jqsample/admin@realm *
#tomjones/admin@realm acim # Note - May Not Delete
|