PDA

View Full Version : Active Directory and Qt



chak_med
6th December 2006, 17:59
I want to get login and password from Active Directory in Qt application
how can I do that ?

jacek
6th December 2006, 20:54
Qt itself doesn't offer such functionality. Either you will have to use some 3rd party library or implement LDAP query yourself.