[cvs] [Wiki] changed: AuthCompositeHowTo
Jan Schneider
jan at horde.org
Fri Oct 10 09:22:22 UTC 2008
jan Fri, 10 Oct 2008 05:22:22 -0400
Modified page: http://wiki.horde.org/AuthCompositeHowTo
New Revision: 1.16
Change log: Clarify
@@ -44,11 +44,11 @@
'password' => 'secret',
'database' => 'coporate_users');
</code>
-++ Defining the administrator driver
+++ Defining the administration driver
-In order to manage users you have to tell Horde which of the backends
contain the valid administration user. For example, to configure it to
use "corporate_sql" as admin backend, add following line after the
backend arrays:
+In order to manage users you have to tell Horde which of the backends
contains the user information and should be used for administration
purposes. For example, to configure it to use "corporate_sql" as admin
backend, add following line after the backend arrays:
<code type="php">
$conf['auth']['params']['admin_driver'] = 'corporate_sql';
</code>
More information about the cvs
mailing list