Page created: 15 Jul 2022 | Page updated: 5 Dec 2022 | 1 min readDirectory Capability Product documentation Content Type Administration User task IT Administrator Administrator Audience Software Deployment Method To delete an attribute, run the ldapmodify tool with the LDIF delete subcommand. $ bin/ldapmodify -h server.example.com -p 389 -D "cn=admin,dc=example,dc=com" \ -w password dn: uid=user.2004,ou=People,dc=example,dc=com changetype: modify delete: employeeNumber
To delete an attribute, run the ldapmodify tool with the LDIF delete subcommand. $ bin/ldapmodify -h server.example.com -p 389 -D "cn=admin,dc=example,dc=com" \ -w password dn: uid=user.2004,ou=People,dc=example,dc=com changetype: modify delete: employeeNumber