david0 / ldapbrowse

Console LDAP browser
40 stars 3 forks source link
console-tool ldap ldap-client tui

ldapbrowse

simple LDAP browser with text user interface

Build Status

Screenshot

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

key bindings

D: delete selected node
s: save as LDIF
f: filtered search
o: scroll attribute window up
p: scroll attribute window down

Wishlist