PingDirectory

Deleting entries using ldapmodify

About this task

You can use the LDIF changetype directive to delete an entry from the PingDirectory server using the ldapmodify tool.

You can only delete leaf entries.

Steps

  1. Delete an entry using the ldapmodify tool.

    1. From the command line run the ldapmodify tool with the changetype:delete option.

    2. Enter the distinguished name (DN) and press Enter to go to the next line.

    3. Enter the changetype directive.

    4. Press Ctrl+D twice to enter the end-of-file (EOF) sequence (UNIX) or Ctrl+Z (Windows).

      Example:

      $ bin/ldapmodify --hostname server1.example.com -port 389 --bindDN "uid=admin,dc=example,dc=com" --bindPassword password
      dn:uid=user.14,ou=People,dc=example,dc=com
      changetype: delete