Move to using empty string for not using a user-controlled
[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 assignments by a single '=' and no spaces.
5 # Environment variables with the same names as these variables but
6 # prefaced by "MONKEYSPHERE_" will take precedence over the values
7 # specified here.
8
9 # User who controls the monkeysphere authentication keyring.
10 #MONKEYSPHERE_USER=monkeysphere
11
12 # Log level.  Can be SILENT, ERROR, INFO, DEBUG, in increasing order
13 # of verbosity.
14 #LOG_LEVEL=INFO
15
16 # Path to authorized_user_ids file to process to create
17 # authorized_keys file.  '%h' will be replaced by the home directory
18 # of the user, and '%u' will be replaced by the username of the user.
19 # For purely admin-controlled authorized_user_ids, you might put them
20 # in /etc/monkeysphere/authorized_user_ids/%u, for instance.
21 #AUTHORIZED_USER_IDS="%h/.monkeysphere/authorized_user_ids"
22
23 # Path to a user controlled authorized_keys file to be added to the
24 # monkeysphere-generated authorized_keys file.  '%h' will be replaced
25 # by the home directory of the user, and '%u' will by replaced by the
26 # username of the user.  To not add any user-controlled file set this
27 # variable to be the empty string, "".
28 #RAW_AUTHORIZED_KEYS="%h/.ssh/authorized_keys"