[Openupload-svn-update] SF.net SVN: openupload:[310] trunk/www/config.inc.php.example
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2009-04-28 21:52:47
|
Revision: 310
http://openupload.svn.sourceforge.net/openupload/?rev=310&view=rev
Author: tsdogs
Date: 2009-04-28 21:52:37 +0000 (Tue, 28 Apr 2009)
Log Message:
-----------
misspelled domain
Modified Paths:
--------------
trunk/www/config.inc.php.example
Modified: trunk/www/config.inc.php.example
===================================================================
--- trunk/www/config.inc.php.example 2009-04-28 21:52:20 UTC (rev 309)
+++ trunk/www/config.inc.php.example 2009-04-28 21:52:37 UTC (rev 310)
@@ -90,7 +90,7 @@
# $CONFIG['ldap']['host'] = '127.0.0.1';
/* specify that it is an Active directory */
# $CONFIG['ldap']['type'] = 'AD';
-# $CONFIG['ldap']['user'] = 'rea...@ro...';
+# $CONFIG['ldap']['user'] = 'rea...@yo...';
# $CONFIG['ldap']['password'] = 'readonlypassword';
/* DOMAIN for user login */
# $CONFIG['ldap']['domain'] = 'yourdomain.local';
@@ -99,7 +99,7 @@
# $CONFIG['ldap']['userclass']='user';
# $CONFIG['ldap']['uid']='cn';
# $CONFIG['ldap']['userfields'] = array ( 'cn' => 'login', 'name' => 'name', 'memberof' => 'group_id', 'mail' => 'email');
-# $CONFIG['ldap']['groupdn'] = 'dc=roverdom,dc=local';
+# $CONFIG['ldap']['groupdn'] = 'dc=yourdomain,dc=local';
# $CONFIG['ldap']['groupclass']='group';
# $CONFIG['ldap']['gid']='distinguishedname';
# $CONFIG['ldap']['groupfields'] = array ( 'cn' => 'name', 'name' => 'description' );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|