--On Monday, January 16, 2023 8:46 AM -0300 Gustavo Rios <[email protected]> wrote:
Hi folks, i am looking for a tutorial on how to write ldap clients using C language. May someone in this list give me a reference tutorial ?
The OpenLDAP software ships with several clients written in C. I would suggest reading their code to see how to implement various LDAP functionality.
See the clients/tools/ directory in the source tree. Regards, Quanah
