---
title: Modifying a referral
description: Run a modify command to modify a referral.
component: pingdirectory
version: 11.0
page_id: pingdirectory:pingdirectory_server_administration_guide:pd_ds_modify_referral
canonical_url: https://docs.pingidentity.com/pingdirectory/11.0/pingdirectory_server_administration_guide/pd_ds_modify_referral.html
revdate: September 13, 2023
section_ids:
  steps: Steps
  example: Example:
---

# Modifying a referral

Run a modify command to modify a referral.

## Steps

* To modify the `ref` attribute on the referral entry, run `ldapmodify` with the `manageDSAIT` control.

  ### Example:

  ```shell
  $ bin/ldapmodify --control manageDSAIT
  dn: ou=EngineeringTeam1,ou=People,dc=example,dc=com
  changetype: modify
  replace: ref
  ref: ldap://server3.example.com/ou=EngineeringTeam1,ou=People,dc=example,dc=com
  ```
