From: Jameson Rollins Date: Sat, 16 Oct 2010 03:32:43 +0000 (-0400) Subject: add missing CHECK_KEYSERVER config in skeleton monkeysphere-authentication.conf X-Git-Tag: monkeysphere_0.34-1~1^2~21 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cda9b459e520f608bd4fffb778dfc6235a95f4b6;p=monkeysphere.git add missing CHECK_KEYSERVER config in skeleton monkeysphere-authentication.conf --- 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.