projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21e6e6f
)
Fix driver parameter loading.
author
Jan Schneider
<jan@horde.org>
Thu, 24 Jun 2010 13:44:51 +0000
(15:44 +0200)
committer
Jan Schneider
<jan@horde.org>
Thu, 24 Jun 2010 14:40:14 +0000
(16:40 +0200)
framework/Group/lib/Horde/Group/Ldap.php
patch
|
blob
|
history
diff --git
a/framework/Group/lib/Horde/Group/Ldap.php
b/framework/Group/lib/Horde/Group/Ldap.php
index
a1c04e9
..
7bc2b17
100644
(file)
--- a/
framework/Group/lib/Horde/Group/Ldap.php
+++ b/
framework/Group/lib/Horde/Group/Ldap.php
@@
-35,7
+35,7
@@
class Horde_Group_Ldap extends Horde_Group
*/
public function __construct($params)
{
- $this->_params =
$GLOBALS['conf']['group']['params']
;
+ $this->_params =
Horde::getDriverConfig('group', 'ldap')
;
$this->_params['gid'] = Horde_String::lower($this->_params['gid']);
$this->_params['memberuid'] = Horde_String::lower($this->_params['memberuid']);