add missing CHECK_KEYSERVER config in skeleton monkeysphere-authentication.conf
authorJameson Rollins <jrollins@finestructure.net>
Sat, 16 Oct 2010 03:32:43 +0000 (23:32 -0400)
committerJameson Rollins <jrollins@finestructure.net>
Sun, 17 Oct 2010 19:53:40 +0000 (15:53 -0400)
etc/monkeysphere-authentication.conf

index 0a28c4d6c0aa80bf3e96eff808afaf853b7fd346..cd6ed0f079a508fc7558912e847c6acbd4556623 100644 (file)
@@ -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.