python - Query Active Directory using logged on users credentials Python3 -
i'm creating small application queries active directory computer names. using ldap3 module since seems 1 of few supporting python3, open alternatives.
is there way use logged on users credentials authenticate ldap server?
this way user can run program , computer names if they're logged in domain user, without having enter username/password each time.
more info environment:
- windows domain
- python 3.4
- modules: ldap3, pywin32, pyqt4
Comments
Post a Comment