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 *
Note: Replace $username by the actual username that is used for Remote Deployment. If the paths for "id" and "sh are different from /usr/bin/id or /bin/sh, adjust the path in the configuration entry appropriately.
On Solaris, consider the following requirements for pfexec:
usermod -P “Primary Administrator” {user}
user::::type=normal;profiles=Primary Administrator
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |