Revision: 1389
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1389&view=rev
Author:   jberanek
Date:     2010-07-26 11:15:10 +0000 (Mon, 26 Jul 2010)

Log Message:
-----------
* Reverted inadvertant commit of local config.inc.php changes

Modified Paths:
--------------
    mrbs/trunk/web/config.inc.php

Modified: mrbs/trunk/web/config.inc.php
===================================================================
--- mrbs/trunk/web/config.inc.php       2010-07-26 11:12:49 UTC (rev 1388)
+++ mrbs/trunk/web/config.inc.php       2010-07-26 11:15:10 UTC (rev 1389)
@@ -21,11 +21,9 @@
 //
 // A list of valid timezones can be found at 
http://php.net/manual/en/timezones.php
 // The following line must be uncommented by removing the '//' at the beginning
-$timezone = "Europe/London";
+//$timezone = "Europe/London";
 
 
-$theme = 'classic126';
-
 /*******************
  * Database settings
  ******************/
@@ -52,14 +50,9 @@
    configuration. Do _NOT_ modify systemdefaults.inc.php. */
 
 
-$auth["type"] = "ldap";
-$ldap_host = "ad-ldap-1.pace.internal";
-$ldap_base_dn = "dc=pace,dc=internal";
-$ldap_dn_search_attrib = "sAMAccountName";
-$ldap_filter = "memberOf=CN=Engineering Tools 
Group,OU=Groups,OU=Home,DC=pace,DC=internal";
 
-$auth['admin'][] = 'beranej1';
 
+
 // This next section must come at the end of the config file - ie after any
 // language and mail settings, as the definitions are used in the included file
 require_once "language.inc";   // DO NOT DELETE THIS LINE


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to