ITS#7659 add directoryString compatible syntaxes

countryString and telephoneNumber were missing
This commit is contained in:
Howard Chu 2013-08-09 10:08:09 -07:00
parent 968a2872dd
commit 19737680d1

View 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[] = {