user import

Creates an ISAM user by importing user data in the user registry.

Requires authentication (administrator ID and password) to use.

If the user registry is Active Directory Lightweight Directory Service (AD LDS), import within the AD LDS partition where the ISAM management domain information is stored.

user import [-gsouser] user_name dn [group_name]

Imported user accounts are created invalid by default. To make the user account valid, use the user modify command to set the account-valid option to yes.

Options

Return codes

Example

Create the user mlucaser by importing information from the registry user cn=Mike Lucaser,ou=Austin,o=Tivoli,c=US:
pdadmin sec_master> user import -gsouser mlucaser
"cn=Mike Lucaser,ou=Austin,o=Tivoli,c=US"

See also

user create
user modify

Parent topic: pdadmin commands