|
From: Bjorn O. G. <bjo...@it...> - 2006-03-04 13:29:04
|
Glenn W. Bach: > I am doing a search: >=20 > ldap_obj.search_s(base_dn, ldap.SCOPE_SUBTREE, search) >=20 > and I find that the base64 encoded attributes are not returning. They=20 > return just fine in php and with openldap's ldapsearch, but are absent = with=20 > python-ldap with the command above. Is there a mechanism by which I can= =20 > retrieve the base64 encoded attributes? python-ldap uses the api directly, and there's no need for base64-encoded= =20 attribute values. use utf-8 directly as its the way ldap stores its data = anyways. It would help for later reference, if you also stated the value of base_d= n and search next time.=20 --=20 Regards =20 Bj=F8rn Ove Gr=F8tan |