mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
ITS#7659 add directoryString compatible syntaxes
countryString and telephoneNumber were missing
This commit is contained in:
parent
968a2872dd
commit
19737680d1
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue