diff options
author | Jameson Rollins <jrollins@finestructure.net> | 2010-10-15 23:32:43 -0400 |
---|---|---|
committer | Jameson Rollins <jrollins@finestructure.net> | 2010-10-17 15:53:40 -0400 |
commit | cda9b459e520f608bd4fffb778dfc6235a95f4b6 (patch) | |
tree | b7880cebe0bec5ec75ced356764ea7aa2b74af0c | |
parent | 9f1a863b545f2158e80f2b8e1272201a70d2bf39 (diff) |
add missing CHECK_KEYSERVER config in skeleton monkeysphere-authentication.conf
-rw-r--r-- | etc/monkeysphere-authentication.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/monkeysphere-authentication.conf b/etc/monkeysphere-authentication.conf index 0a28c4d..cd6ed0f 100644 --- a/etc/monkeysphere-authentication.conf +++ b/etc/monkeysphere-authentication.conf @@ -16,6 +16,9 @@ # User who controls the monkeysphere 'sphere' keyring. #MONKEYSPHERE_USER=monkeysphere +# Whether or not to query keyservers by default +#CHECK_KEYSERVER=true + # Path to authorized_user_ids file to process to create # authorized_keys file. '%h' will be replaced by the home directory # of the user, and '%u' will be replaced by the username of the user. |