Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
2619efdb
Commit
2619efdb
authored
Feb 06, 2017
by
Côme Chilliet
Committed by
Côme Chilliet
Feb 07, 2017
Browse files
Fixes
#5371
Fixed PHP syntax error
parent
e9fd7ae3
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/functions.inc
View file @
2619efdb
...
...
@@ -2537,7 +2537,7 @@ function check_schema($cfg)
$checks
=
array
();
/* Get objectclasses */
$ldapObj
=
new
LDAP
(
$cfg
[
'admin'
],
$cfg
[
'password'
],
$cfg
[
'connection'
],
FALSE
,
$cfg
[
'tls'
])
$ldapObj
=
new
LDAP
(
$cfg
[
'admin'
],
$cfg
[
'password'
],
$cfg
[
'connection'
],
FALSE
,
$cfg
[
'tls'
])
;
$ldap
=
new
ldapMultiplexer
(
$ldapObj
);
$objectclasses
=
$ldap
->
get_objectclasses
(
TRUE
);
if
(
count
(
$objectclasses
)
==
0
)
{
...
...
Côme Chilliet
@cchilliet
mentioned in issue #1716
·
Sep 02, 2017
mentioned in issue #1716
mentioned in issue #1716
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment