From: fredrik Date: Wed, 11 Apr 2007 19:48:12 +0000 (+0000) Subject: Have authless disabled by default. X-Git-Tag: 0.3~27 X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=f536712443c3c5370cd121feda4fbb61f624352c Have authless disabled by default. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@910 959494ce-11ee-0310-bf91-de5d638817bd --- 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} };