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

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -