X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fauth.c;h=c5aace04158e3d48c4f763eeeab070e069eb37d4;hb=ed1ab8e153d452f0e88dbd27300ff8d49605c62e;hp=0d34fbb9efa9414a63add5b506d852e6104f0333;hpb=d3372da97568d5e1f35fa19787c8ec8af93a0435;p=doldaconnect.git diff --git a/daemon/auth.c b/daemon/auth.c index 0d34fbb..c5aace0 100644 --- a/daemon/auth.c +++ b/daemon/auth.c @@ -164,7 +164,11 @@ static int init(int hup) static struct configvar myvars[] = { + /** The name of the PAM service file to use. */ {CONF_VAR_STRING, "pamserv", {.str = L"doldacond"}}, + /** 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_END} };