From 537704b540d0c9ba6898139db94b248ceed28491 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 26 Aug 2000 19:52:21 +0000 Subject: [PATCH] Update void syntax and entry/children pseudo-attribute types to have publishable OIDs. --- servers/slapd/schema/core.schema | 12 ++++++------ servers/slapd/schema_init.c | 9 +++------ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/servers/slapd/schema/core.schema b/servers/slapd/schema/core.schema index 76ba4a3e31..67a7e9ba94 100644 --- a/servers/slapd/schema/core.schema +++ b/servers/slapd/schema/core.schema @@ -585,16 +585,16 @@ attributetype ( 1.3.6.1.4.1.4203.666.1.2 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{32} NO-USER-MODIFICATION USAGE dSAOperation ) -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 93196fed28..eb0f7033b7 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -2305,13 +2305,10 @@ struct syntax_defs_rec syntax_defs[] = { 0, IA5StringValidate /* THIS WILL CHANGE FOR NEW ACI SYNTAX */, NULL, NULL}, {"( 1.3.6.1.4.1.4203.666.2.2 DESC 'OpenLDAP authPassword' )", 0, NULL, NULL, NULL}, - {"( 1.3.6.1.4.1.4203.666.2.3 DESC 'OpenLDAP void' " X_HIDE ")" , - SLAP_SYNTAX_HIDE, inValidate, NULL, NULL}, -#if 0 /* not needed */ - {"( 1.3.6.1.4.1.4203.666.2.4 DESC 'OpenLDAP DN' " X_HIDE ")" , - SLAP_SYNTAX_HIDE, inValidate, NULL, NULL}, -#endif + /* 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} }; -- 2.39.5