kakwa / ldapcherry

Web UI for managing users and groups in multiple directory services.
MIT License
225 stars 70 forks source link

Problems installing #29

Open techniplex opened 5 years ago

techniplex commented 5 years ago

I have attempted to install in ubuntu 18.04LTS and within a docker image of 16.04 but keep running into errors trying to start LDAPCHERRY although it seems everything installed. I am probably missing a prerequisite. Is there a running docker image out there? Here is the error I get when attempting to start:

root@5ee084e76c6b:/ldapcherry# ldapcherryd -c /etc/ldapcherry/ldapcherry.ini -D Traceback (most recent call last): File "/usr/local/bin/ldapcherryd", line 11, in load_entry_point('ldapcherry==1.1.1', 'console_scripts', 'ldapcherryd')() File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 2792, in load_entry_point raise ImportError("Entry point %r not found" % ((group, name),)) ImportError: Entry point ('console_scripts', 'ldapcherryd') not found root@5ee084e76c6b:/ldapcherry#

smacz42 commented 5 years ago

Take a look at https://gitlab.com/smacz/docker-ldapcherry/blob/andrewcz-homelab-179/Dockerfile

FWIW, it takes a bit of finagling to set up.