diff options
author | Nathan Kinder <nkinder@boraras.localdomain> | 2009-07-27 15:09:04 -0700 |
---|---|---|
committer | Nathan Kinder <nkinder@boraras.localdomain> | 2009-07-27 15:09:04 -0700 |
commit | f3719fb98f0a04f4c4b4d87fd1e01ac4b3c03c7c (patch) | |
tree | f1f6ef2b05ce3dd3e97dae77f5e42a029cdd7b5b | |
parent | 85aefb457aa7e1d210fcbc44f09f1b32f991c240 (diff) | |
download | ds-f3719fb98f0a04f4c4b4d87fd1e01ac4b3c03c7c.tar.gz ds-f3719fb98f0a04f4c4b4d87fd1e01ac4b3c03c7c.tar.xz ds-f3719fb98f0a04f4c4b4d87fd1e01ac4b3c03c7c.zip |
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.
-rw-r--r-- | 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 d07aef73..eb73a880 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' ) # |