Operating System - HP-UX
1825010 Members
3620 Online
109678 Solutions
New Discussion юеВ

Re: SAM access for other users..

 
Mark Stewart
Frequent Advisor

SAM access for other users..

Is it possible to allow other users to access SAM? I gave another user root and Adm groups, but they still can't get into SAM. This user should be allowed this access and knows what they're doing with it.
3 REPLIES 3
Camel_1
Valued Contributor

Re: SAM access for other users..

use sam -r option, to configure non-root user to access SAM functionality.
Steven E. Protter
Exalted Contributor

Re: SAM access for other users..

You probably should not put regular users in the root and adm groups. Restricted sam as noted in the prior post is the right way to grant access.

You can choose what functionality to grant with sam -r

Regards,

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Mark Stewart
Frequent Advisor

Re: SAM access for other users..

Well, this user would have access to the root account, but our security practices don't allow it. I will try the sam -r thing. Thanks!