This article details the procedure for renaming a Global User object via the command line. Renaming operations in the Provisioning Directory involve changing the Distinguished Name (DN), which necessitates specific utilities.
Identity Manager 14.5
Standard provisioning utilities like etautil and ldapmodify cannot perform object rename operations because they do not support changing the DN itself, as this would invalidate the object reference.
ldapmodrdn utility. Use the version installed by default in the Provisioning Server's bin folder to ensure compatibility.ldapmodrdn -h <hostname> -p <port> -D "<bind_dn>" -w <password> "eTGlobalUserName=<old_name>,eTGlobalUserContainerName=Global Users,eTNamespaceName=CommonObjects,dc=domain,dc=eta" "eTGlobalUserName=<new_name>"<hostname>, <port>, <bind_dn>, <password>) with your environment-specific credentials.ldapmodrdn -? to view the full help screen if further parameter customization is required for your specific LDAP environment.To speak with a customer representative or a Support Engineer see . Scroll to the bottom of the page and click on your respective region.