#
# 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
{"( 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}
};