If you want to use a nonprivileged user account, consider the following requirements about the sudo configuration:
The standard way to edit the file is using the visudo command. The visudo command invokes $EDITOR. When editing is finished, it verifies the syntax of the file. If the result is not valid, visudo blocks saving the file.
$username ALL=(ALL) NOPASSWD: ALL
or
$username ALL = NOPASSWD: /usr/bin/id,/bin/sh /tmp/idprimer/PifInst -r /tmp/idprimer/install.rsp
Note: Replace $username by the actual username used for Remote Deployment.
On Solaris, consider the following requirements for pfexec:
usermod -P “Primary Administrator” {user}
user::::type=normal;profiles=Primary Administrator
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |