Re: SSL option not present in Passwd Sql driver
Jan Schneider <[email protected]> Mon, 21 Feb 2011 11:54:35 +0100
| Newsgroups | gmane.comp.horde.sork |
|---|---|
| Message-ID | <[email protected]> |
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]