ldapbrowse
ldapbrowse copied to clipboard
Console LDAP browser
ldapbrowse
simple LDAP browser with text user interface

Usage
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...]
Compiling
cd src
make
dependencies
- ncurses
- libldap
- getopt
key bindings
D: delete selected node
s: save as LDIF
f: filtered search
o: scroll attribute window up
p: scroll attribute window down
Wishlist
- editing capabilities (add, edit)
