diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-09-10 08:09:10 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-09-10 08:09:10 +0000 |
| commit | feb968189cd74903e653e9e0a657bebcf22e3991 (patch) | |
| tree | b9d63656e7984b6d2e5c1fb97bed42e637e635db /plugins/password/README | |
| parent | dafdf25a59ada82149c016ab6cc5f93bf1e53ece (diff) | |
- Security improvements for chpasswd driver (#1486987)
git-svn-id: https://svn.roundcube.net/trunk@3955 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password/README')
| -rw-r--r-- | plugins/password/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/password/README b/plugins/password/README index 2e3a59509..8cb568db1 100644 --- a/plugins/password/README +++ b/plugins/password/README @@ -223,6 +223,9 @@ Driver that adds functionality to change the systems user password via the 'chpasswd' command. See config.inc.php file. + Attached wrapper script (chpass-wrapper.py) restricts password changes + to uids >= 1000 and can deny requests based on a blacklist. + 2.12. LDAP - no PEAR (ldap_simple) ----------------------------------- |
