]> git.sur5r.net Git - openldap/commitdiff
Use experimental OID for ACI syntax. Likely need to add
authorKurt Zeilenga <kurt@openldap.org>
Tue, 1 Feb 2000 18:05:49 +0000 (18:05 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 1 Feb 2000 18:05:49 +0000 (18:05 +0000)
additional schema items.

servers/slapd/schema_init.c
servers/slapd/slap.h

index 6a1ab47db027b2f7f183e1162ea0f1f267f2ac5f..f88ec4318eb3ec80c0a048d53f75f76ccbe17047 100644 (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}
 };
 
index 1351903d8e2733baade8bfc014dcd384e4f7b7b6..35b864562fe7c5ef4b77d801b089ca65f5f7ca8e 100644 (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;