Merge branch 'master' of http://lair.fifthhorseman.net/~dkg/git/monkeysphere
[monkeysphere.git] / etc / monkeysphere-server.conf
1 # MonkeySphere server configuration file.
2
3 # This is an sh-style shell configuration file.  Variable names should
4 # be separated from their assignements by a single '=' and no spaces.
5
6 # GPG home directory for server
7 #GNUPGHOME=/etc/monkeysphere/gnupg
8
9 # GPG keyserver to search for keys
10 #KEYSERVER=subkeys.pgp.net
11
12 # Required user key capabilities
13 # Must be quoted, lowercase, space-seperated list of the following:
14 #   e = encrypt
15 #   s = sign
16 #   c = certify
17 #   a = authentication
18 #REQUIRED_USER_KEY_CAPABILITY="a"
19
20 # Path to authorized_user_ids file to process to create
21 # authorized_keys file.  '%h' will be replaced by the home directory
22 # of the user, and %u will be replaced by the username of the user.
23 # For purely admin-controlled authorized_user_ids, you might put them
24 # in /etc/monkeysphere/authorized_user_ids/%u
25 #AUTHORIZED_USER_IDS="%h/.config/monkeysphere/authorized_user_ids"
26
27 # Whether to add user controlled authorized_keys file to
28 # monkeysphere-generated authorized_keys file.  Should be path to file
29 # where '%h' will be replaced by the home directory of the user.
30 # To not add any user-controlled file, put "-"
31 #USER_CONTROLLED_AUTHORIZED_KEYS="%h/.ssh/authorized_keys"