Page created: 26 Jul 2021 | Page updated: 7 Dec 2022 | 1 min read9.0 Product PingDirectory Directory 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