Linux command
godap 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Connect
godap [ldap://server:389]
Connect
godap -D [bind-dn] -W [ldap://server]
Search
godap -b [ou=users,dc=example,dc=com] [ldap://server]
说明
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.
参数
- -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
FAQ
What is the godap command used for?
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.
How do I run a basic godap example?
Run `godap [ldap://server:389]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -D, --bind-dn _DN_ do in godap?
Bind DN for authentication