]> git.dolda2000.com Git - doldaconnect.git/commitdiff
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 83fc5aa02e21e54ee20081ed84bb1a2b4d104a70..ce5dd1240526adc4527445741887abdf7c8d46b1 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}
 };