Problem: you want to permit a user to change the passwords of certain other users.
Solution: To permit smith to change the passwords of jones, chu, anf agarwal:
/etc/sudoers:
smith ALL = NOPASSWD: /usr/bin/passwd jones, /usr/bin/passwd chu, /usr/bin/passwd agarwal
The NOPASSWD tag is optional.
Solution: To permit smith to change the passwords of jones, chu, anf agarwal:
/etc/sudoers:
smith ALL = NOPASSWD: /usr/bin/passwd jones, /usr/bin/passwd chu, /usr/bin/passwd agarwal
The NOPASSWD tag is optional.
Terima kasih telah membaca artikel tentang How to Authorize Password changes via sudo di blog Tutorial Opensource and Linux jika anda ingin menyebar luaskan artikel ini di mohon untuk mencantumkan link sebagai Sumbernya, dan bila artikel ini bermanfaat silakan bookmark halaman ini di web browser anda, dengan cara menekan Ctrl + D pada tombol keyboard anda.