Difference between revisions of "Python Sync AD with MySQL DB"

From Michael's Information Zone
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 16:41, 28 January 2020

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