From f536712443c3c5370cd121feda4fbb61f624352c Mon Sep 17 00:00:00 2001 From: fredrik Date: Wed, 11 Apr 2007 19:48:12 +0000 Subject: [PATCH] Have authless disabled by default. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@910 959494ce-11ee-0310-bf91-de5d638817bd --- daemon/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/auth.c b/daemon/auth.c index 83fc5aa..ce5dd12 100644 --- a/daemon/auth.c +++ b/daemon/auth.c @@ -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} }; -- 2.11.0