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 System Administrator Software Deployment Method Run a modify command to modify a referral. To modify the ref attribute on the referral entry, run ldapmodify with the manageDSAIT control. $ 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
To modify the ref attribute on the referral entry, run ldapmodify with the manageDSAIT control. $ 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