mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Align with re20
This commit is contained in:
parent
537704b540
commit
4739a3015b
1 changed files with 2 additions and 1 deletions
|
|
@ -2302,7 +2302,8 @@ struct syntax_defs_rec syntax_defs[] = {
|
|||
|
||||
/* OpenLDAP Experimental Syntaxes */
|
||||
{"( 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},
|
||||
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},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue