Use this command to modify the properties of a user.
If successful, the updateUser command returns the unique name of the updated user.
updateUser { -uniqueName uniqueName [-uid uid] [-password password] [-confirmPassword password] [-cn commonname] [-sn surname] [-mail mail] }
$AdminTask updateUser {-uniqueName uid=dmeyers,cn=users,dc=yourco,dc=com –uid dameyers}To modify the e-mail address and common name of the user Dan Meyers, whose uniqueName is uid=dmeyers,cn=users,dc=yourco,dc=com, issue this command:
$AdminTask updateUser {uniqueName uid=dmeyers,cn=users,dc=yourco,dc=com –mail meyersd@acme.com -cn Daniel}