I'd like to have my application be able to access a domain under a specified user account. I've been reading through the msdn, but I'm not really sure what I'm looking for. Any help would be great :)
Printable View
I'd like to have my application be able to access a domain under a specified user account. I've been reading through the msdn, but I'm not really sure what I'm looking for. Any help would be great :)
Ask in a forum dedicated to windows development. We can only help afterwards how to glue it up to your Qt application.
Normally you don't care about domain access, you just join your PC to a domain with the appropriate access tokens and the OS takes care of everything. The application just accesses what it wants using normal UNC paths.
If you really do want to Windows-specific stuff, then the best place is usually the Microsoft forums: http://social.msdn.microsoft.com/For...-US/categories or other similar sites.