X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fauth.c;h=a40788637d9fbadaa8f9af2801a3387b87fc01fa;hb=302a260054ea38d3cb97be6d1a3010082c09265d;hp=83fc5aa02e21e54ee20081ed84bb1a2b4d104a70;hpb=3616b334bc6426e973e08b612a5e8fd30ad80a5f;p=doldaconnect.git diff --git a/daemon/auth.c b/daemon/auth.c index 83fc5aa..a407886 100644 --- a/daemon/auth.c +++ b/daemon/auth.c @@ -1,6 +1,6 @@ /* * Dolda Connect - Modular multiuser Direct Connect-style client - * Copyright (C) 2004 Fredrik Tolf (fredrik@dolda2000.com) + * Copyright (C) 2004 Fredrik Tolf * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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} };