little_brother
little_brother copied to clipboard
Remove dependency on python_ldap from Docker client images
The client does not use the LDAP interface since only the master handles authorization. Therefore, the PIP dependency on python_ldap
could be removed from the file requirements.txt
. This would also simplify the Dockerfile
s of the images since, currently, there is a big problem with installing the PIP images of python_ldap
due a breaking change in libldap
.