gunnar: server/horde/horde-framework HK-GW-Fix_Prefs_for_Ingo.patch, NONE, 1.1 Prefs-Prefs-kolab.php.patch, 1.1, NONE

cvs at kolab.org cvs at kolab.org
Tue Oct 2 15:18:03 CEST 2007


Author: gunnar

Update of /kolabrepository/server/horde/horde-framework
In directory doto:/tmp/cvs-serv17195

Added Files:
	HK-GW-Fix_Prefs_for_Ingo.patch 
Removed Files:
	Prefs-Prefs-kolab.php.patch 
Log Message:
Renamed patch.

--- NEW FILE: HK-GW-Fix_Prefs_for_Ingo.patch ---
This patch is required if you want to use Ingo with the Kolab server.

diff -r f70aff109444 framework/Prefs/Prefs/kolab.php
--- a/framework/Prefs/Prefs/kolab.php	Tue Sep 25 11:52:12 2007 +0200
+++ b/framework/Prefs/Prefs/kolab.php	Tue Sep 25 11:53:21 2007 +0200
@@ -1,5 +1,6 @@
 <?php
 
+require_once 'Horde/Auth.php';
 require_once 'Horde/Prefs/ldap.php';
 require_once 'Horde/Kolab.php';
 
@@ -38,6 +39,8 @@ class Prefs_kolab extends Prefs_ldap {
                         'version' => '3',
                         'basedn' => $GLOBALS['conf']['kolab']['ldap']['basedn'],
                         'fetchdn' => true,
+                        'username' => Auth::getAuth(),
+                        'password' => Auth::getCredential('password'),
                         'searchdn' => $GLOBALS['conf']['kolab']['ldap']['phpdn'],
                         'searchpass' => $GLOBALS['conf']['kolab']['ldap']['phppw'],
                         'uid' => array('mail', 'uid'));

--- Prefs-Prefs-kolab.php.patch DELETED ---





More information about the commits mailing list