mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Make sure experimental syntaxes are hidden
This commit is contained in:
parent
40b069f5ee
commit
7c555af8d5
@ -4387,10 +4387,13 @@ struct syntax_defs_rec syntax_defs[] = {
|
||||
|
||||
/* OpenLDAP Experimental Syntaxes */
|
||||
{"( 1.3.6.1.4.1.4203.666.2.1 DESC 'OpenLDAP Experimental ACI' )",
|
||||
0, UTF8StringValidate /* THIS WILL CHANGE FOR NEW ACI SYNTAX */,
|
||||
SLAP_SYNTAX_HIDE,
|
||||
UTF8StringValidate /* THIS WILL CHANGE FOR NEW ACI SYNTAX */,
|
||||
NULL, NULL},
|
||||
|
||||
/* needs updating */
|
||||
{"( 1.3.6.1.4.1.4203.666.2.2 DESC 'OpenLDAP authPassword' )",
|
||||
0, NULL, NULL, NULL},
|
||||
SLAP_SYNTAX_HIDE, NULL, NULL, NULL},
|
||||
|
||||
/* OpenLDAP Void Syntax */
|
||||
{"( 1.3.6.1.4.1.4203.1.1.1 DESC 'OpenLDAP void' )" ,
|
||||
@ -4690,6 +4693,7 @@ struct mrule_defs_rec mrule_defs[] = {
|
||||
caseExactIA5SubstringsFilter,
|
||||
NULL},
|
||||
|
||||
/* needs updating */
|
||||
{"( 1.3.6.1.4.1.4203.666.4.1 NAME 'authPasswordMatch' "
|
||||
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )",
|
||||
SLAP_MR_EQUALITY,
|
||||
|
Loading…
Reference in New Issue
Block a user