Have authless disabled by default.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Wed, 11 Apr 2007 19:48:12 +0000 (19:48 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Wed, 11 Apr 2007 19:48:12 +0000 (19:48 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@910 959494ce-11ee-0310-bf91-de5d638817bd

daemon/auth.c

index 83fc5aa..ce5dd12 100644 (file)
@@ -176,7 +176,7 @@ static struct configvar myvars[] =
     /** Specifies whether insecure authentication is to be allowed. If
      * you are not completely sure what you are doing, never turn this
      * on without also turning on net.onlylocal. */
-    {CONF_VAR_BOOL, "authless", {.num = 1}},
+    {CONF_VAR_BOOL, "authless", {.num = 0}},
     {CONF_VAR_END}
 };