rpm: assign a real shell to user monkeysphere
[monkeysphere.git] / etc / monkeysphere-authentication.conf
1 # Monkeysphere authentication 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 # Log level.  Can be SILENT, ERROR, INFO, VERBOSE, DEBUG, in
10 # increasing order of verbosity.
11 #LOG_LEVEL=INFO
12
13 # OpenPGP keyserver
14 #KEYSERVER=pool.sks-keyservers.net
15
16 # User who controls the monkeysphere 'sphere' keyring.
17 #MONKEYSPHERE_USER=monkeysphere
18
19 # Path to authorized_user_ids file to process to create
20 # authorized_keys file.  '%h' will be replaced by the home directory
21 # of the user, and '%u' will be replaced by the username of the user.
22 # For purely admin-controlled authorized_user_ids, you might put them
23 # in /etc/monkeysphere/authorized_user_ids/%u, for instance.
24 #AUTHORIZED_USER_IDS="%h/.monkeysphere/authorized_user_ids"
25
26 # Path to a user controlled authorized_keys file to be added to the
27 # monkeysphere-generated authorized_keys file.  '%h' will be replaced
28 # by the home directory of the user, and '%u' will by replaced by the
29 # username of the user.  Setting this variable to 'none' prevents the
30 # inclusion of user controlled authorized_keys file.
31 #RAW_AUTHORIZED_KEYS="%h/.ssh/authorized_keys"