Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C++ & winldap question

Status
Not open for further replies.

RedPhoenix

Programmer
Mar 9, 2003
1
GB
Hi,

I am using the winldap.h API to query Active Directory for a binary field called objectGUID. I am trying to use the ldap_get_values_len function to do this but am having a few problems. I need to retrieve the data and convert it into base64. I have some example conversion functions but none of them deal with the result from ldap_get_value_len function.

Does anyone have any code that does something similar or can anyone suggest a solution.

thanks
phoenix
 
>> but none of them deal with the result from
>> ldap_get_value_len function.

what difference does it make where the data you want to translate into base64 comes from? You have not stated clearly what your specific problem is.

-pete

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top