1. In PingOne, go to Directory > Users.
  2. Locate the user you want to configure, and click the user entry to open the details panel.
  3. Click the Profile tab and copy the following values to a secure location:
    • User name
    • Given name
    • Family name
  4. Open a terminal window.
  5. Run the following dsconfig command. Replace the <Username>, <GivenName>, and <FamilyName> variables with the values you copied from the PingOne user details panel.
    ~/<pd_install>/dsconfig create-root-dn-user --user-name <Username> \
      --set first-name:<Given Name> \
      --set last-name:<Family Name>