File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
ldap-utils
2
2
----------
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
+
You can’t perform that action at this time.
0 commit comments