]> git.sur5r.net Git - openldap/commitdiff
Fixed aci syntax validation to use UTF (aci attrs can have dn's)
authorMark Valence <mrv@openldap.org>
Mon, 19 Feb 2001 19:06:21 +0000 (19:06 +0000)
committerMark Valence <mrv@openldap.org>
Mon, 19 Feb 2001 19:06:21 +0000 (19:06 +0000)
servers/slapd/schema_init.c

index 518e46290f54760a5b870f11a4217d9344b08124..54baf058535021f99957282cf478f2d3f15f0d34 100644 (file)
@@ -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},