Hello,
I set up an LDAP keyserver using OpenLDAP and am exporting my keys using the
--send-keys option. When sending PGP keys which have accents in the uid (french
accents, such as éèàù) i get the following error :
gpg -vvv --charset utf-8 --keyserver ldap://ldapserver -send-keys **
gpg: using character set `utf-8'
gpgkeys: error adding key ***** to keyserver: Invalid syntax
OpenLDAP log :
slapd[2256]: conn=10 op=3 RESULT tag=103 err=21 text=pgpUserID: value #0 invalid
per syntax
I checked the TCP packet and the "é" character is encoded as "e9" which seems to
be ISO 8859-1 encoding. OpenLDAP only accepts UTF-8 charset as far as i know.
Is there any way to get gnupg to encode special characters in UTF-8 ?