]> 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)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 9 Aug 2013 22:56:46 +0000 (15:56 -0700)
countryString and telephoneNumber were missing

servers/slapd/schema_init.c

index 570d84b8fb69c201b47954614eac923700c4bc2c..77b8760a08361e000b94130f44bbab9e7bb7bd61 100644 (file)
@@ -6339,7 +6339,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[] = {