Quanah Gibson-Mount writes: >> When I do an LDAPSearch I get lines like this >> cname:: wiqu4oiywerirhwerkfh >> >> Is this wrong? I ignore something? Any help appreciated. > > No, this simply means it was Mime::Base64 encoded, which will happen > on any LDAP server. Simply decode it.
True but a bit misleading. Just for the record: It's because ldapsearch, not the server, base64-encodes the value before displaying it. The '::' after the attribute name means the value is displayed base64-encoded. > Also, I suggest using the [email protected] list for > questions specific to OpenLDAP. And, if you searched the list > archives for the OpenLDAP software list at <http://www.openldap.org>, > you would have seen questions like this asked and answered many > times. :) Yup. -- 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.
