Hello All,
Any one can share the knowledge on how to grant access to a non-root
user to change password of other non-root users in solaris 10.
Cheers,
Amar
|
|
0
|
|
|
|
Reply
|
amarnath
|
11/25/2008 2:36:07 PM |
|
On 11/25/08 09:36, amarnath.dwarakanath@gmail.com wrote:
> Hello All,
>
> Any one can share the knowledge on how to grant access to a non-root
> user to change password of other non-root users in solaris 10.
>
> Cheers,
> Amar
check out rbac(5)
|
|
0
|
|
|
|
Reply
|
Martha
|
11/25/2008 5:17:48 PM
|
|
On Nov 25, 8:36=A0am, amarnath.dwarakan...@gmail.com wrote:
> Hello All,
>
> Any one can share the knowledge on how to grant access to a non-root
> user to change password of other non-root users in solaris 10.
>
> Cheers,
> Amar
Looks like the "User Security" profile is what you're looking for.
You could assign the profile to a user as follows:
# usermod -P "User Security" <username>
Note that the user will need to use a shell that supports RBAC
privileges (pfsh, pfcsh, pfksh) or use pfexec.
|
|
0
|
|
|
|
Reply
|
ITguy
|
11/26/2008 12:26:32 AM
|
|