ldapvi
perform an LDAP search and update results using a text editor
Install
- All systems
-
curl cmd.cat/ldapvi.sh
- Debian
-
apt-get install ldapvi
- Ubuntu
-
apt-get install ldapvi
- Alpine
-
apk add ldapvi
- Kali Linux
-
apt-get install ldapvi
- Fedora
-
dnf install ldapvi
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ldapvi
- OS X
-
brew install ldapvi
- Raspbian
-
apt-get install ldapvi
- Dockerfile
- dockerfile.run/ldapvi
- Docker
-
docker run cmd.cat/ldapvi ldapvi
powered by Commando
ldapvi
perform an LDAP search and update results using a text editor
From a first glance ldapvi looks like ldapsearch: You search for entries in the ldap database. But the results get opened in your preferred editor, and you can change, add or delete entries from there. After you are done you quit the editor and ldapvi offers you several options: View your changes as LDIF, commit changes or discard them.