From: Kurt Zeilenga Date: Thu, 15 Mar 2001 04:17:37 +0000 (+0000) Subject: fix ACI syntax X-Git-Tag: OPENLDAP_REL_ENG_2_0_8~32 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d7ccad383987683ff9aafa7c4487155d9cbeb379;p=openldap fix ACI syntax --- diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index 179a84a61a..b4c74c75d4 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -3805,7 +3805,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},