UMNLibraries / experts_etl

Moves data from UMN to Pure (Experts@Minnesota), and vice versa.
3 stars 0 forks source link

Ldap #36

Closed nihiliad closed 3 years ago

nihiliad commented 3 years ago

Adds support for per-job person email addresses, taking into account possible student directory suppression, queried with LDAP.

mberkowski commented 3 years ago

In order to get poetry install to finish, I had to install on Ubuntu libsasl2-dev and libldap-dev. On RH-like Linuxes that is going to be openldap-devel and probably cyrus-sasl-devel but I already had those on my Fedora machine. This is probably worth a mention in the readme dev setup because I don't think many of the other pip packages have build dependencies beyond gcc

On our target RHEL servers those are almost certainly already installed.