Skip to content

Commit

Permalink
[jan] Fix propagating the LDAP hostspec configuration field (Bug #138…
Browse files Browse the repository at this point in the history
…72).
  • Loading branch information
yunosh committed Feb 23, 2015
1 parent 16b26eb commit 9d9766d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions framework/Core/lib/Horde/Config.php
Expand Up @@ -767,10 +767,10 @@ protected function _configLDAP($ctx, $node = null,
'_type' => 'stringlist',
'required' => true,
'desc' => 'LDAP server(s)/hostname(s)',
'default' => $this->_default(
'default' => implode(',', $this->_default(
$ctx . '|hostspec',
$node ? ($xpath->evaluate('string(configstring[@name="hostspec"])', $node) ?: '') : ''
)
))
),

'port' => array(
Expand Down
4 changes: 2 additions & 2 deletions framework/Core/package.xml
Expand Up @@ -39,7 +39,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [jan] Fix propagating the LDAP hostspec configuration field (Bug #13872).
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -3834,7 +3834,7 @@
<date>2015-02-10</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [jan] Fix propagating the LDAP hostspec configuration field (Bug #13872).
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 9d9766d

Please sign in to comment.