Page created: 15 Jul 2022 | Page updated: 20 Jan 2023 | 1 min read9.2 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