Re: SSL option not present in Passwd Sql driver
Muzammel Asghar <[email protected]> Tue, 22 Feb 2011 00:14:47 +0500
| Newsgroups | gmane.comp.horde.sork |
|---|---|
| Message-ID | <[email protected]> |
No i not need professional support, but i think its lack in sql driver as per security concern, ? , if horde database support the SSL then why passwd SQL driver not support the SSL or require professional support ? I think, this needs to be imporve/update for the Passwd SQL driver. I have suggest to add this (Sql driver support with SSL) in Passwd. Thanks Muzi On Mon, Feb 21, 2011 at 3:54 PM, Jan Schneider <[email protected]> wrote: > Zitat von Muzammel Asghar <[email protected]>: > > > Hi Guys >> >> I am using Horde (3.3.9) and i setup the Passwd H3 (3.1.3) module to >> change >> passwords, as per my setup i am using mysql server for postix mysql >> database, which is present on remote host database server. I want passwd >> changes the password using SSL as per security concerns, i like >> encryption. >> >> Now Passwd is working f9 but i not found any option in backends.php file >> in >> sql driver to force SSL. What options are require for SQL driver to foce >> SSL. Here below my backends.php file sjows the backend i use >> >> $backends['postfixadmin'] = array ( >> 'name' => 'Postfix Admin server', >> >> 'preferred' => 'SELECTED', >> 'password policy' => array( >> 'minLength' => 6, >> 'maxLength' => 20, >> 'maxSpace' => 0, >> 'minUpper' => 1, >> 'minLower' => 1, >> 'minNumeric' => 1, >> 'minSymbol' => 1 >> ), >> 'driver' => 'sql', >> 'params' => array( >> 'phptype' => 'mysql', >> 'hostspec' => 'Remote DB Server', >> 'username' => 'dbuser', >> 'password' => 'dbpass', >> 'encryption' => 'crypt-md5', >> 'database' => 'postfix', >> 'table' => 'mailbox', >> 'user_col' => 'username', >> 'pass_col' => 'password', >> 'show_encryption' => false, >> >> etc etc >> >> So please suggest. what i need to do to allow passwd to force SSL ? >> > > There is no support for SSL connections in the SQL driver yet. > > Jan. > > -- > Do you need professional PHP or Horde consulting? > http://horde.org/consulting/ > > -- > Sork mailing list - Join the hunt: http://horde.org/bounties/#sork > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: [email protected] > -- Sork mailing list - Join the hunt: http://horde.org/bounties/#sork Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]