LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

godap

TUI for LDAP directory browsing

TLDR

Connect to LDAP server
$ godap [ldap://server:389]
copy
Connect with authentication
$ godap -D [bind-dn] -W [ldap://server]
copy
Search specific base DN
$ godap -b [ou=users,dc=example,dc=com] [ldap://server]
copy

SYNOPSIS

godap [options] [ldap-uri]

DESCRIPTION

godap is a terminal user interface for browsing LDAP directories. It allows users to navigate the directory tree, view entries, and perform searches interactively.The tool supports various LDAP authentication methods, TLS/SSL connections, and displays LDAP entries in a readable format.

PARAMETERS

-D, --bind-dn DN

Bind DN for authentication
-W
Prompt for bind password
-w, --password PASSWORD
Bind password (insecure)
-b, --base-dn DN
Base DN for search
-H, --uri URI
LDAP server URI
-Z, --starttls
Use StartTLS
-x, --simple-auth
Use simple authentication
-v, --version
Display version and exit
-h, --help
Display help and exit

KEYBINDINGS

↑/↓

Navigate entries
Enter
View entry details
n
New search
/ or s
Search current context
b
Go back
q
Quit

INSTALL

sudo apk add godap
copy
brew install godap
copy

CAVEATS

Requires LDAP server access. Bind credentials must have appropriate permissions. Large directories may have performance issues. TLS certificate validation depends on system configuration.

HISTORY

godap was created to provide an interactive way to browse LDAP directories from the terminal, similar to GUI LDAP browsers.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid