From: Michael S. <mi...@st...> - 2009-06-05 19:27:51
|
Zhang Huangbin wrote: > > Is there ny example to display jpegPhoto stored in LDAP as base64 format? Not sure what you really want to display and where. How about entry['jpegPhoto'][0].encode('base64') ? Or are you talking about LDIF? Then use module ldif which automagically base64-encodes NON-ASCII values. Ciao, Michael. |