Skip to content

david0/ldapbrowse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • 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)