mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
ITS#7659 add directoryString compatible syntaxes
countryString and telephoneNumber were missing
This commit is contained in:
parent
968a2872dd
commit
19737680d1
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user