]> git.sur5r.net Git - openldap/commitdiff
Fix typo, use dn.base instead of dn.exact in unparse
authorHoward Chu <hyc@openldap.org>
Tue, 10 May 2005 01:16:21 +0000 (01:16 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 10 May 2005 01:16:21 +0000 (01:16 +0000)
servers/slapd/limits.c

index 3e0dbdc81571b8a1076b12c7a5f69c7514340b70..2c4106e79a68319da2b93774f8c5530351be3c7d 100644 (file)
@@ -901,9 +901,9 @@ limits_parse_one(
 }
 
 static const char *lmpats[] = {
-       "exact",
-       "exact",
-       "onelvel",
+       "base",
+       "base",
+       "onelevel",
        "subtree",
        "children",
        "regex",