mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Use experimental OID for ACI syntax. Likely need to add
additional schema items.
This commit is contained in:
parent
9316c4eace
commit
2e3d9d7737
@ -351,6 +351,10 @@ struct syntax_defs_rec syntax_defs[] = {
|
||||
{"( 1.3.6.1.4.1.1466.115.121.1.58 DESC 'SubstringAssertion' )",
|
||||
0, NULL, NULL, NULL},
|
||||
|
||||
/* OpenLDAP Experimental Syntaxes */
|
||||
{"( " SLAPD_OID_ACI_SYNTAX " DESC 'OpenLDAPexperimentalACI' )",
|
||||
0, NULL, NULL, NULL},
|
||||
|
||||
{NULL, 0, NULL, NULL, NULL}
|
||||
};
|
||||
|
||||
|
@ -89,7 +89,7 @@ LDAP_BEGIN_DECL
|
||||
|
||||
/* schema needed by slapd */
|
||||
#define SLAPD_OID_DN_SYNTAX "1.3.6.1.4.1.1466.115.121.1.12"
|
||||
#define SLAPD_OID_ACI_SYNTAX "1.1.1" /* bogus */
|
||||
#define SLAPD_OID_ACI_SYNTAX "1.3.6.1.4.1.4203.2.1" /* experimental */
|
||||
|
||||
LIBSLAPD_F (int) slap_debug;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user