Bug #1249
LDAP Search
| Status: | Closed | Start date: | 10/05/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 100% | |
| Category: | Centreon | |||
| Target version: | Centreon-2.1.2 | |||
| Resolution: | fixed |
Description
Replace in file "centreon/www/include/configuration/configObject/contact/ldapsearch.php" on line 271:
error_log("[" . date("d/m/Y H:s") ."] LDAP Search : XML Output : $buffer\n", 3, $debug_path."ldapsearch.log");
by
error_log("[" . date("d/m/Y H:s") ."] LDAP Search : XML Output : $buffer->output()\n", 3, $debug_path."ldapsearch.log");
Associated revisions
fixes #1249. (Thanks to Laurent)
fixes #1249. (Thanks to Laurent)
git-svn-id: http://svn.centreon.com/trunk/centreon@9158 6bcd3966-0018-0410-8128-fd23d134de7e
fixes #1249 in stable. (Thanks to Laurent)
History
#1
Updated by Nikolaus Filus over 3 years ago
- Status changed from New to Solved
- % Done changed from 0 to 100
Applied in changeset r9158.
#2
Updated by Nikolaus Filus over 3 years ago
Applied in changeset r9159.
#3
Updated by Julien Mathis over 3 years ago
- Status changed from Solved to Closed
- Resolution set to fixed