web2ldap
Full-featured web-based LDAPv3 client
Install
- All systems
-
curl cmd.cat/web2ldap.sh
- Ubuntu
-
apt-get install web2ldap
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install web2ldap
- Raspbian
-
apt-get install web2ldap
- Dockerfile
- dockerfile.run/web2ldap
web2ldap
Full-featured web-based LDAPv3 client
web2ldap is a generic LDAPv3 client which does not make any assumptions about the tree structure or LDAP schema. It is therefore kind of a swiss-army knife for accessing/manipulating LDAP servers without having to configure anything. It has been developed as a secure LDAP client with clean login behaviour and includes a schema browser which displays references/dependencies within an LDAPv3 schema. It may also be used as a customizable platform for prototyping LDAP administration use-cases. The code in this package is primarily intended to be used as FastCGI process under apache2. Web2ldap can also be used in a stand alone mode, but you'll need to write your own init script and take care of your logs yourself (including creating /var/log/web2ldap and rotation).