| | |
| | | |
| | | // chpasswd Driver options |
| | | // --------------------- |
| | | // Command to use |
| | | // Command to use (see "Sudo setup" in README) |
| | | $config['password_chpasswd_cmd'] = 'sudo /usr/sbin/chpasswd 2> /dev/null'; |
| | | |
| | | |
| | |
| | | |
| | | // pw_usermod Driver options |
| | | // -------------------------- |
| | | // Use comma delimited exlist to disable password change for users |
| | | // Add the following line to visudo to tighten security: |
| | | // www ALL=NOPASSWORD: /usr/sbin/pw |
| | | // Use comma delimited exlist to disable password change for users. |
| | | // See "Sudo setup" in README file. |
| | | $config['password_pw_usermod_cmd'] = 'sudo /usr/sbin/pw usermod -h 0 -n'; |
| | | |
| | | |