Skip to content

Commit 4b703dd

Browse files
committed
Update README.md
1 parent 5738b84 commit 4b703dd

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

ldap-utils/README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
11
ldap-utils
22
----------
3-
OpenLDAP Client Utilities.
3+
OpenLDAP Client Utilities.
4+
5+
Installed tools:
6+
7+
| Command | Description |
8+
| ---------------- | ----------- |
9+
| ldapsearch | Search LDAP directory entries |
10+
| ldapadd | Add entries to the LDAP directory |
11+
| ldapmodify | Modify existing entries |
12+
| ldapdelete | Delete entries from the directory |
13+
| ldapmodrdn | Modify RDN (rename/move entries) |
14+
| ldapcompare | Compare attribute values of an entry |
15+
| ldapwhoami | Authenticates and shows the identity returned by the server |
16+
| ldappasswd | Change the password of an LDAP entry |
17+
| ldapurl | Parse and format LDAP URLs |
18+
| ldapexop | Perform extended operations (e.g., password reset) |
19+
| ldapfilter | Test LDAP filter expressions against schema |
20+
| ldapdigestpasswd | Generate hashed password for use in LDAP configs |
21+

0 commit comments

Comments
 (0)