From bfb3ec0114bf1b8e37fe5d8e193eed936796bd79 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga <kurt@openldap.org> Date: Sun, 2 Dec 2001 04:26:27 +0000 Subject: [PATCH] openldapaci should not be published, it's experimental --- servers/slapd/schema/core.schema | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/servers/slapd/schema/core.schema b/servers/slapd/schema/core.schema index 0c891bfb0a..64b43c1683 100644 --- a/servers/slapd/schema/core.schema +++ b/servers/slapd/schema/core.schema @@ -595,9 +595,11 @@ attributetype ( 1.3.6.1.4.1.4203.1.3.2 SYNTAX 1.3.6.1.4.1.4203.1.1.1 SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation ) -attributetype ( 1.3.6.1.4.1.4203.666.1.5 - NAME 'OpenLDAPaci' - DESC 'OpenLDAP access control information' - EQUALITY OpenLDAPaciMatch - SYNTAX 1.3.6.1.4.1.4203.666.2.1 - USAGE directoryOperation ) +# Experimental ( subject to change ) +# this really shouldn't be published! +#attributetype ( 1.3.6.1.4.1.4203.666.1.5 +# NAME 'OpenLDAPaci' +# DESC 'OpenLDAP access control information' +# EQUALITY OpenLDAPaciMatch +# SYNTAX 1.3.6.1.4.1.4203.666.2.1 +# USAGE directoryOperation ) -- GitLab