(2012年04月18日 00:48), Moisés Barba Pérez wrote:
Hi,

I wonder if it is possible to change an attribute syntax, in this case "destinationIndicator" attribute. The cities in my country has special characters (particulary ' ñ ') and the directory server mark the attribute value with syntax violation.

In case of change possibility, how can I change it? Can this change affect to another object/attribute?
The attributeType destinationIndicator is PrintableString, which unfortunately does not allow extended characters. You could change the syntax in your schema file, but it will violate the LDAP v3 standard.

attributeTypes: ( 2.5.4.27 NAME 'destinationIndicator'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.44
  X-ORIGIN 'RFC 4519' )

*PrintableString* (OID=1.3.6.1.4.1.1466.115.121.1.44) IA5 (almost ASCII) <http://www.zytrax.com/tech/ia5.html> string but limited to characters defined in RFC 2252 section 4.1 production p <http://www.zytrax.com/books/ldap/apc/rfc2252.txt>. Does NOT allow extended characters e.g. é, Ø, å etc. Allows matchingRules <http://www.zytrax.com/books/ldap/ch3/index.html#matchingrules> of *caseIgnoreMatch* and *caseIgnoreSubstringsMatch*.

Regards,
Moses.


--
389 users mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/389-users

--
389 users mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/389-users

Reply via email to