LDAP -- active directory authorization
Unsolved
General and Desktop
-
Hi guys how to connect ldap using QT.. any one can help or give me any code sample
-
Hi
Qt just being a c++ library, you can use LDAP like in any other c/c++ project
https://ldap.com/client-apis/
there is some c++ examples using openldap
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob_plain;f=contrib/ldapc%2B%2B/examples/main.cpp;hb=HEADbut if you google around you might find a Qt wrapper.
I think there is more client libs for linux than windows.