On 04/30/2012 01:01 AM, Moisés Barba Pérez wrote:
Hi, Recover from what? Where is the definition it is using now? How did you change it?
The definition for the mail attribute comes from RFC 4524 - http://www.ietf.org/rfc/rfc4524.txt 2.16. mail The 'mail' (rfc822mailbox) attribute type holds Internet mail addresses in Mailbox [RFC2821] form (e.g., user@xxxxxxxxxxx). ( 0.9.2342.19200300.100.1.3 NAME 'mail' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) The IA5String (1.3.6.1.4.1.1466.115.121.1.26) syntax and the 'caseIgnoreIA5Match' and 'caseIgnoreIA5SubstringsMatch' rules are described in [RFC4517]. In 389 (current version) this definition is in 05rfc4524.ldif Note that if you change this to use DirectoryString (full utf-8 character range) instead of IA5String (7-bit ascii only) you will leave yourself open to having interoperability issues with other software that expect the standard behavior.
|
-- 389 users mailing list 389-users@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/389-users