Use experimental OID for ACI syntax. Likely need to add

additional schema items.
This commit is contained in:
Kurt Zeilenga 2000-02-01 18:05:49 +00:00
parent 9316c4eace
commit 2e3d9d7737
2 changed files with 5 additions and 1 deletions

View File

@ -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}
};

View File

@ -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;