1825768 Members
3152 Online
109687 Solutions
New Discussion

password change

 
christian_derek
Regular Advisor

password change

Hi,

I have a machine running 1 instance of the o/s (11iv3) and multiple instance of clients. I need to allow a specific client to be able to reset their password, but only for their group of users. What is the best way of doing that?

Thanks,
4 REPLIES 4
Calandrello
Trusted Contributor

Re: password change

to implement a better policy management server hpux you'll have to convert to a trust mode.
run by sam that is easier
Tingli
Esteemed Contributor

Re: password change

Or you can try to use sudo, by giving the person the priv to run passwd in their group.
Sp4admin
Trusted Contributor

Re: password change

I think you can use "sudo' as said earlier. How about looking into "privrun" I think this is more for application. This is a new feature in 11.31.

sp,
christian_derek
Regular Advisor

Re: password change

Hi,

How can I allow passwd for a specific group only with sudo?

Thanks,