So are you telling me I'm going to have to base64 encode every freakin'
line in my ldif files??? (well at least every one that could have
special characters) I thought openldap was supposed to support UTF-8?
Can it not support UTF-8 in a ldif file?
What is the syntax for base64 encoding? Like lets say the line is:
cn: Daniel Henninger (and the e had an accent mark above it)
What would a corresponding base64 line look like?
I'm told our old ldap server was compiled with "8 bit character support
enabled" I don't see that that exists in any newer versions. Any idea
what that's all about?