diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-07 11:19:06 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-07 11:19:06 +0000 |
| commit | a7c3c8dc14e19dcf6fb56495b3c09bc41a66acf9 (patch) | |
| tree | 0c9ee87dff342e005102e00f497c5d88bf844e01 /plugins/password/README | |
| parent | fe3e81a373f8018745d4473f0690ac9a7f015bb3 (diff) | |
- Helper files moved to helpers/ directory from drivers/
git-svn-id: https://svn.roundcube.net/trunk@5977 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password/README')
| -rw-r--r-- | plugins/password/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/password/README b/plugins/password/README index 4fcbc4b21..eadf10742 100644 --- a/plugins/password/README +++ b/plugins/password/README @@ -136,7 +136,7 @@ Installation: - Change into the drivers directory. Edit the chgsaslpasswd.c file as is + Change into the helpers directory. Edit the chgsaslpasswd.c file as is documented within it. Compile the wrapper program: @@ -205,7 +205,7 @@ ---------------------------- As in sasl driver this one allows to change password using shell - utility called "virtualmin". See drivers/chgvirtualminpasswd.c for + utility called "virtualmin". See helpers/chgvirtualminpasswd.c for installation instructions. See also config.inc.php.dist file. @@ -230,7 +230,7 @@ Driver that adds functionality to change the systems user password via the 'chpasswd' command. See config.inc.php.dist file. - Attached wrapper script (chpass-wrapper.py) restricts password changes + Attached wrapper script (helpers/chpass-wrapper.py) restricts password changes to uids >= 1000 and can deny requests based on a blacklist. |
