Actually "Primary Administrator" is profile. if you want to give a user admin 
privileges. you could give using usermod -P "Primary Administrator" <user name>

or more secure method is create a role ( or you could use root role) and assign 
Primary Admin profile to that and grant that role to User.

Ex:
roleadd -P "Primary Administrator" superrole
useraddd -R superrole youruser.

su - superrole from youruser. and run Admin commands with prefixing pfexec
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to