Python Sync AD with MySQL DB

From Michael's Information Zone
Revision as of 15:41, 28 January 2020 by Michael.mast (talk | contribs) (Created page with "==Purpose== To dip my toes into Python.<br><br> My intern is syncing a local MySQL database with an external payroll API. Great, but now I need this information synced with A...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

To dip my toes into Python.

My intern is syncing a local MySQL database with an external payroll API. Great, but now I need this information synced with AD.

LDAP

[1] Running this on Amazon Linux 2

sudo pip3 install ldap3

MySQL

sudo pip3 install mysql-connector-python