mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Use the ldap syntax oid assigned by David Chadwick (no yet published).
This commit is contained in:
parent
99e7ffe034
commit
7e1c4f272d
@ -4103,8 +4103,11 @@ struct syntax_defs_rec syntax_defs[] = {
|
||||
|
||||
#ifdef HAVE_TLS
|
||||
/* From PKIX */
|
||||
/* These OIDs are not published yet, but have been assigned */
|
||||
{"( 1.3.6.1.4.1.1466.115.121.1.9999 DESC 'Serial Number and Issuer' )",
|
||||
/* These OIDs are not published yet, but will be in the next
|
||||
* I-D for PKIX LDAPv3 schema as have been advanced by David
|
||||
* Chadwick in private mail.
|
||||
*/
|
||||
{"( 1.2.826.0.1.3344810.7.1 DESC 'Serial Number and Issuer' )",
|
||||
0, NULL, NULL, NULL},
|
||||
#endif
|
||||
|
||||
@ -4373,7 +4376,7 @@ struct mrule_defs_rec mrule_defs[] = {
|
||||
|
||||
#ifdef HAVE_TLS
|
||||
{"( 2.5.13.34 NAME 'certificateExactMatch' "
|
||||
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.9999 )",
|
||||
"SYNTAX 1.2.826.0.1.3344810.7.1 )",
|
||||
SLAP_MR_EQUALITY | SLAP_MR_EXT,
|
||||
NULL, NULL,
|
||||
certificateExactMatch, NULL, NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user