simple LDAP browser with text user interface
The CLI is a subset of ldapsearch:
ldapbrowse [-H ldapuri] [-D binddn] [-w passwd] [-h ldaphost] [-p ldapport] [-b searchbase] [-a {never|always|search|find}] [attributes...]
cd src
make
- ncurses
- libldap
- getopt
D
: delete selected node
s
: save as LDIF
f
: filtered search
o
: scroll attribute window up
p
: scroll attribute window down
- editing capabilities (add, edit)