Python Sync AD with MySQL DB

From Michael's Information Zone
Revision as of 08:21, 30 January 2020 by Michael.mast (talk | contribs) (→‎LDAP)
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 ldap-filter

MySQL

sudo pip3 install mysql-connector-python