|
From: Glenn W. B. <gl...@ca...> - 2006-03-03 21:06:58
|
I am doing a search: ldap_obj.search_s(base_dn, ldap.SCOPE_SUBTREE, search) and I find that the base64 encoded attributes are not returning. They return just fine in php and with openldap's ldapsearch, but are absent with python-ldap with the command above. Is there a mechanism by which I can retrieve the base64 encoded attributes? Thanks. Glenn |