A bunch of changes for variable scoping, exit codes, etc. See
[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 # Environement variables with the same names as these variables but
6 # prefeced by "MONKEYSPHERE_" will take precedence over the values
7 # specified here.
8
9 # GPG keyserver to search for keys.
10 #KEYSERVER=subkeys.pgp.net
11
12 # Path to authorized_user_ids file to process to create
13 # authorized_keys file.  '%h' will be replaced by the home directory
14 # of the user, and %u will be replaced by the username of the user.
15 # For purely admin-controlled authorized_user_ids, you might put them
16 # in /etc/monkeysphere/authorized_user_ids/%u
17 #AUTHORIZED_USER_IDS="%h/.config/monkeysphere/authorized_user_ids"
18
19 # Whether to add user controlled authorized_keys file to
20 # monkeysphere-generated authorized_keys file.  Should be path to file
21 # where '%h' will be replaced by the home directory of the user or
22 # '%u' by the username.  To not add any user-controlled file, put "-"
23 # FIXME: this usage of "-" contravenes the normal convention where "-"
24 # means standard in/out.  Why not use "none" or "" instead?
25 #RAW_AUTHORIZED_KEYS="%h/.ssh/authorized_keys"
26
27 # User who controls the monkeysphere authentication keyring.
28 #MONKEYSPHERE_USER=monkeysphere