ldap-ui
ldap-ui copied to clipboard
Minimalistic web frontend for OpenLDAP
root@ubuntu-server:/home/user/ldap-ui# make run .venv3/bin/hypercorn -b 0.0.0.0:5000 --access-logfile - app:app make: .venv3/bin/hypercorn: Command not found make: *** [Makefile:11: run] Error 127 I install hypercorn via pip / pip3 and this didn't...
Hi, the tree browsing feature seems to not work correctly when the DN contains slashes. I have an example structure with the following DN: node=dc/3dab,ou=detail,o=entitlements". The use of slashes may...
Although the UI hides a user's existing password, it is still sent to the browser and can be seen in the network logs. Arguably, this is more an issue with...
The issue is: TypeError: Cannot read properties of undefined (reading 'syntaxes') at new qa (index-37fb71fe.js:17:50422) at index-37fb71fe.js:17:57634
Hi, I would like to use your project (instead of phpLDAPadmin), but I wish there was tags in the docker hub so I could make sure I can upgrade it...