From a05f7f84cc1632b943ed1c1347ffe07d01cd0a6e Mon Sep 17 00:00:00 2001 From: jcarneal Date: Wed, 22 Nov 2000 00:24:40 +0000 Subject: [PATCH] Jeff Carneal Usercollide bugfix. Musta deleted the config var before sometime. --- src/main/radiusd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/radiusd.c b/src/main/radiusd.c index e739e23..3e719ec 100644 --- a/src/main/radiusd.c +++ b/src/main/radiusd.c @@ -166,7 +166,7 @@ static CONF_PARSER server_config[] = { { "bind_address", PW_TYPE_IPADDR, &myip, "*" }, { "user", PW_TYPE_STRING_PTR, &uid_name, NULL}, { "group", PW_TYPE_STRING_PTR, &gid_name, NULL}, - + { "usercollide", PW_TYPE_BOOLEAN, &mainconfig.do_usercollide, "no" }, { "lower_user", PW_TYPE_STRING_PTR, &mainconfig.do_lower_user, "no" }, { "lower_pass", PW_TYPE_STRING_PTR, &mainconfig.do_lower_pass, "no" }, { "nospace_user", PW_TYPE_STRING_PTR, &mainconfig.do_nospace_user, "no" }, -- 2.1.4