Skip to content
Snippets Groups Projects
Commit 2e3d9d77 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Use experimental OID for ACI syntax. Likely need to add

additional schema items.
parent 9316c4ea
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment