Update void syntax and entry/children pseudo-attribute types

to have publishable OIDs.
This commit is contained in:
Kurt Zeilenga 2000-08-26 19:52:21 +00:00
parent 511e26641e
commit 537704b540
2 changed files with 9 additions and 12 deletions

View file

@ -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

View file

@ -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}
};