From: Kurt Zeilenga Date: Sat, 26 Aug 2000 19:58:18 +0000 (+0000) Subject: Import void/entry/children OID update from devel X-Git-Tag: OPENLDAP_REL_ENG_2_0_0~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2606758f26bc5d8b30b94a2fdffdf835b9c9f4a6;p=openldap Import void/entry/children OID update from devel --- diff --git a/servers/slapd/schema/core.schema b/servers/slapd/schema/core.schema index 885aff7fe5..7c637f9230 100644 --- a/servers/slapd/schema/core.schema +++ b/servers/slapd/schema/core.schema @@ -572,16 +572,16 @@ attributetype ( 1.3.6.1.4.1.250.1.32 # # OpenLDAP specific schema items # -attributetype ( 1.3.6.1.4.1.4203.666.1.3 +attributetype ( 1.3.6.1.4.1.4203.1.3.1 NAME 'entry' - DESC 'OpenLDAP ACL entry pseudo attribute' - SYNTAX 1.3.6.1.4.1.4203.666.2.3 + DESC 'OpenLDAP ACL entry pseudo-attribute' + 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.4 +attributetype ( 1.3.6.1.4.1.4203.1.3.2 NAME 'children' - DESC 'OpenLDAP ACL children pseudo attribute' - SYNTAX 1.3.6.1.4.1.4203.666.2.3 + DESC 'OpenLDAP ACL children pseudo-attribute' + 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 diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index 907adc0ab7..d3bcb00bdf 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -2297,9 +2297,10 @@ struct syntax_defs_rec syntax_defs[] = { {"( 1.3.6.1.4.1.4203.666.2.1 DESC 'OpenLDAP Experimental ACI' )", 0, IA5StringValidate /* THIS WILL CHANGE FOR NEW ACI SYNTAX */, NULL, NULL}, - {"( 1.3.6.1.4.1.4203.666.2.3 DESC 'OpenLDAP void' " X_HIDE ")" , - SLAP_SYNTAX_HIDE, inValidate, NULL, NULL}, + /* OpenLDAP Void Syntax */ + {"( 1.3.6.1.4.1.4203.1.1.1 DESC 'OpenLDAP void' " X_HIDE ")" , + SLAP_SYNTAX_HIDE, inValidate, NULL, NULL}, {NULL, 0, NULL, NULL, NULL} };