ldapvi

Edit LDAP entries directly in your default text editor

brewmacoslinux
Try with needOr install directly
Source

About

Update LDAP entries with a text editor

Commands

ldapvi

Examples

Browse and edit all entries in the default search base$ ldapvi -h ldap.example.com
Search for specific LDAP entries matching a filter$ ldapvi -h ldap.example.com -b 'dc=example,dc=com' '(cn=john*)'
Edit a specific distinguished name directly$ ldapvi -h ldap.example.com 'cn=john.doe,ou=users,dc=example,dc=com'