mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
Fixed aci syntax validation to use UTF (aci attrs can have dn's)
This commit is contained in:
parent
32671aa898
commit
efcb4533be
1 changed files with 1 additions and 1 deletions
|
|
@ -4278,7 +4278,7 @@ 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 */,
|
||||
0, UTF8StringValidate /* 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