>From f3719fb98f0a04f4c4b4d87fd1e01ac4b3c03c7c Mon Sep 17 00:00:00 2001 From: Nathan Kinder Date: Mon, 27 Jul 2009 15:09:04 -0700 Subject: [PATCH] Change aci syntax to Directory String. The aci attribute is currently defined with a syntax of IA5 String. This syntax only allows 7-bit characters. Now that the server has support for syntax validation, this would prevent one from using international characters in aci rules. This patch defines the aci attribute with the Directory String syntax, which allows any valid UTF8 character. --- ldap/schema/00core.ldif | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ldap/schema/00core.ldif b/ldap/schema/00core.ldif index d07aef7..eb73a88 100644 --- a/ldap/schema/00core.ldif +++ b/ldap/schema/00core.ldif @@ -25,7 +25,7 @@ aci: (target="ldap:///cn=schema")(targetattr !="aci")(version 3.0;acl "anonymous # attributeTypes: ( 2.16.840.1.113730.3.1.55 NAME 'aci' DESC 'Netscape defined access control information attribute type' - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE directoryOperation X-ORIGIN 'Netscape Directory Server' ) # -- 1.6.2.5