Querying openLDAP with QNetworkAccessManager
Unsolved
General and Desktop
-
I want to get access to an openLDAP server and use ldapsearch, ldapadd and ldapdelete. I tried it with QNetworkAccessManager, but obviously QNetworkAccessManager does not support the ldap protocol. What would be the best way to access and openLDAP server?
-
Hi,
It will likely be a better idea to use a library that already implements the protocol like OpenLDAP and integrate it with your application.
[edit: added missing link SGaist]
-
Hi, do you know any library that I can use?
-
Well, I already suggested OpenLDAP.
Post 4 of 4