PingDirectory

Deleting a referral

Run ldapdelete to delete a referral.

Steps

  • To delete the referral entry, run ldapdelete with the manageDSAIT control.

    Example:

    $ bin/ldapdelete \
      --control manageDSAIT "ou=EngineeringTeam1,ou=People,dc=example,dc=com"
    shell