python - How does auto-login Outlook successfully when in AD environment? -


when logon company's computer ad username/password, find outlook launch successfully. means ad authentication has passed.

in opinion, outlook retrieves ad user information, sends ldap server verify.

but don't know how retrieves information, or other methods?

you right, there ongoing communication between workstation , active directory server, can use ldap protocol.
since don't know tried far, suggest python module python-ldap. have used in past connect, query , modify information on active-directory servers.


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -