This program is for quick adding new employee to openLDAP server and creating Redmine account with the same credentials (better of course if your Redmine can work with LDAP directly).
In the end new employee can receive email notification with new password.
LDAP Adder Tool looks as follow:
For Linux I use "Calm" theme of Tkinter:
Before program launch you need to have some python libs. Read about that in requirements.txt. Use next command to install all packs at once:
# pip install -r requirements.txt
And maybe setup before few packs from standard linux repos:
# apt-get install -y python-dev libldap2-dev libsasl2-dev libssl-dev
Program works in all OSes. Wrote on Python 2 and Tkinter lib.
I've used these libraries :