Modifications to MailZu to allow MySQL CRYPT'd passwords for authentication
by Robert Cooper (racooper -at- users.sourceforge.net) 04/05/2007
This commit is contained in:
@@ -237,6 +237,10 @@ $conf['auth']['dbTableMail'] = '';
|
||||
// true = passwords are md5 encrypted in database
|
||||
// false = passwords are cleartext in database
|
||||
$conf['auth']['dbIsMd5'] = true;
|
||||
// Password hash is (or isn't) MySQL CRYPT()'d in database
|
||||
// dbIsMd5 and dbIsCrypt are mutually exclusive. Only one
|
||||
// can be 'true', but both could be 'false' for plaintext.
|
||||
$conf['auth']['dbIsCrypt'] = false;
|
||||
|
||||
|
||||
/*** Exchange 5.5 Authentication Settings ***/
|
||||
|
||||
Reference in New Issue
Block a user