]> git.sur5r.net Git - openldap/commitdiff
ITS#3376 fix subordinate keyword
authorHoward Chu <hyc@openldap.org>
Fri, 5 Nov 2004 07:51:33 +0000 (07:51 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 5 Nov 2004 07:51:33 +0000 (07:51 +0000)
servers/slapd/config.c

index e2d2f8da7ad007b6ffb9dc6c9298c0fbea036b12..a674effd1ef91f619a11bbd033dc01e9b8de4d91 100644 (file)
@@ -190,7 +190,7 @@ ConfigTable SystemConfiguration[] = {
   { "sizelimit",               2,  2,  0,  "limit",    ARG_MAGIC|CFG_SIZE,     &config_sizelimit,              NULL, NULL, NULL },
   { "timelimit",               2,  2,  0,  "limit",    ARG_MAGIC|CFG_TIME,     &config_timelimit,              NULL, NULL, NULL },
   { "limits",                  2,  2,  0,  "limits",   ARG_DB|ARG_MAGIC|CFG_LIMITS, &config_generic,           NULL, NULL, NULL },
-  { "subordinate",             2,  2,  0,  "sub",      ARG_DB|ARG_MAGIC|CFG_SUB, &config_generic,              NULL, NULL, NULL },
+  { "subordinate",             1,  1,  0,  "sub",      ARG_DB|ARG_MAGIC|CFG_SUB, &config_generic,              NULL, NULL, NULL },
   { "overlay",                 2,  2,  0,  "overlay",  ARG_DB|ARG_MAGIC,       &config_overlay,                NULL, NULL, NULL },
   { "suffix",                  2,  2,  0,  "suffix",   ARG_DB|ARG_MAGIC,       &config_suffix,                 NULL, NULL, NULL },
   { "maxDerefDepth",           2,  2,  0,  "depth",    ARG_DB|ARG_INT|ARG_MAGIC|CFG_DEPTH, &config_generic,    NULL, NULL, NULL },