Querying openLDAP with QNetworkAccessManager
-
wrote on 19 May 2019, 07:07 last edited by
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]
-
wrote on 20 May 2019, 08:04 last edited by
Hi, do you know any library that I can use?
-
Well, I already suggested OpenLDAP.
1/4