[commits] [Wiki] changed: AuthCompositeHowTo

Michael Slusarz slusarz at horde.org
Wed Mar 23 04:03:17 UTC 2011


slusarz  Wed, 23 Mar 2011 04:03:17 +0000

Modified page: http://wiki.horde.org/AuthCompositeHowTo
New Revision:  1.2
Change log:  Remove extra asterisks

@@ -34,9 +34,9 @@
      'secure' => 'none'
  );
  </code>

-To finish the example, let's pretend that we want to use the  
***imap*** driver for admin and the ***ftp*** driver for  
authentication.  The final composite driver configuration to be placed  
in horde/config/conf.php would be as follows:
+To finish the example, let's pretend that we want to use the **imap**  
driver for admin and the **ftp** driver for authentication.  The final  
composite driver configuration to be placed in horde/config/conf.php  
would be as follows:

  <code type="php">
  $conf['auth']['driver'] = 'composite';
  $conf['auth']['params']['admin_driver']['driver'] = 'ftp';



More information about the commits mailing list