From fe90e5e479f622142fe1dc8198943ff9727741f0 Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 27 Feb 2005 17:20:28 +0000 Subject: [PATCH] adding requirements git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8904 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/change_password/README | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/plugins/change_password/README b/plugins/change_password/README index bbbe86b9..fbc89899 100644 --- a/plugins/change_password/README +++ b/plugins/change_password/README @@ -9,6 +9,19 @@ to perform this task on different systems. STATUS Development +REQUIREMENTS: +- SquirrelMail 1.4.3 or later. (plugin is included in squirrelmail + 1.5.0 and later versions). +- ldap backend needs php ldap extension. It might need php + mhash extension and system crypt libraries that support crypto + used on ldap server. +- mysql backend needs php mysql extension. +- merak backend needs php curl extension. +- poppass backend needs poppassd server that supports authentication + used by imap server. +- vmailmgrd backend needs vmailmgr php library (vmail.inc) and + vmailmgrd service running on tcp port or unix socket. + CONFIGURATION Edit the file config.php to set the backend you want to use. Probably, you need to set some config vars in the backend too @@ -141,10 +154,10 @@ ABOUT LDAP BACKEND and openbsd. - blowfish crypt - used name 'blowfish' Uses php crypt function. Depends on blowfish support in system crypt libraries. Should work on openbsd. Is not - supported by glibc 2.3.3. + supported by glibc 2.3.2. - extended des crypt - used name 'extcrypt'. Uses php crypt function. Depends on extended des support in system crypt libraries. Should work on openbsd. - Is not supported by glibc 2.3.3, + Is not supported by glibc 2.3.2. - standard des crypt - used name 'crypt'. Uses php crypt function. Depends on standard des support in system crypt libraries. Should work on libc systems and openbsd. -- 2.25.1