Quick Actions
ldapmodify
Description
Modify entries in an LDAP directory.
Command
ldapmodify
Examples
Modify entry from LDIF file
ldapmodify -H ldap://localhost:389 -D "cn=admin,dc=example,dc=com" -w password -f changes.ldif
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
-H |
string | No | LDAP server URI |
-D |
string | No | Bind DN |
-w |
string | No | Bind password |
-f |
string | No | LDIF file |
Command Info
Category:
Modify Operations
Type:
Ldap
Views:
12
Status:
Active
Tags
modify
update
change