]> git.sur5r.net Git - openldap/commitdiff
ITS#7659 add directoryString compatible syntaxes
authorHoward Chu <hyc@openldap.org>
Fri, 9 Aug 2013 17:08:09 +0000 (10:08 -0700)
committerHoward Chu <hyc@openldap.org>
Fri, 9 Aug 2013 17:08:09 +0000 (10:08 -0700)
countryString and telephoneNumber were missing

servers/slapd/schema_init.c

index d1cb3ba648bf6fe711e87900052651050c366986..d177795925d03b6c41389b98669f9d4a53b9f282 100644 (file)
@@ -6384,7 +6384,9 @@ char *componentFilterMatchSyntaxes[] = {
 #endif
 
 char *directoryStringSyntaxes[] = {
+       "1.3.6.1.4.1.1466.115.121.1.11" /* countryString */,
        "1.3.6.1.4.1.1466.115.121.1.44" /* printableString */,
+       "1.3.6.1.4.1.1466.115.121.1.50" /* telephoneNumber */,
        NULL
 };
 char *integerFirstComponentMatchSyntaxes[] = {