What is the syntax for creating a user account using the Directory and Resource Administrator Comman (NETIQKB1282)

  • 7701282
  • 02-Feb-2007
  • 19-Jun-2007

Resolution

goal
What is the syntax for creating a user account using the Directory and Resource Administrator Command Line Interface?

fact
Directory and Resource Administrator 6.x

fix
The following examples for creating a user account use the Ea.exe command and must be executed from a Directory and Resource Administrator client workstation. The EA.exe command is located in the directory to which DRA was installed.

To create a user account in a default Organizational Unit, use the following syntax:

    EA USER userid CREATE OU:CN=ou_name,DC=domain_name,DC=com

To create a user account in a non-default Organizational Unit, use the following syntax:

    EA USER userid CREATE OU:OU=ou_name,DC=domain_name,DC=com

To create a user account in a Windows NT domain, use the following syntax:

    EA USER userid CREATE



Additional Information

Formerly known as NETIQKB1282