Added "security" section back. Closes #566
authoraland <aland>
Fri, 13 Jun 2008 17:27:41 +0000 (17:27 +0000)
committeraland <aland>
Fri, 13 Jun 2008 17:27:41 +0000 (17:27 +0000)
src/main/mainconfig.c

index cb604d9..fbdfa53 100644 (file)
@@ -229,6 +229,8 @@ static const CONF_PARSER server_config[] = {
        { "log_auth_goodpass", PW_TYPE_BOOLEAN, 0, &mainconfig.log_auth_goodpass, NULL },
        { "log_stripped_names", PW_TYPE_BOOLEAN, 0, &log_stripped_names, NULL },
 
+       {  "security", PW_TYPE_SUBSECTION, 0, NULL, (const void *) security_config },
+
        { NULL, -1, 0, NULL, NULL }
 };