Create a user with pdadmin
We can create a user with the pdadmin utility.
Steps
- Log on to the appropriate domain as a domain administrator.
- Use the user create command to create the user.
Example
For example, to create the user named maryj with global sign-on capability:pdadmin sec_master> user create -gsouser maryj "cn=Mary Jones,o=MyCo,c=us,dc=mkt" "Mary Jones" Jones pwd2pwd2
The format of the distinguished name depends on the type of user registry.
Parent topic: Create a user