Andreas Grabner writes: > One of my problems: Is there an "attributtype SYNTAX" for text with > newlines and german-umlaute?
Directory String, 1.3.6.1.4.1.1466.115.121.1.15. It holds Unicode values encoded with UTF-8. And if you want to put a string with newline in it in an LDIF file, you need to use "attributevalue:: base64-encoded value". The '::' means the value is base64-encoded. (Note that the values are not base64-encoded in the LDAP protocol, only in the LDIF file.) > I found "1.3.6.1.4.1.1466.115.121.1.41 > Postal Address" but it seems its not the optimal Type. No, that's a list of strings, not one string with newlines in it. -- Hallvard --- You are currently subscribed to [email protected] as: [EMAIL PROTECTED] To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the SUBJECT of the message.
