Skip to content
GitLab
Menu
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
bdf01cdc
Commit
bdf01cdc
authored
Sep 04, 2014
by
Côme Bernigaud
Committed by
Benoit Mortier
Sep 04, 2014
Browse files
Fixes
#2919
Removed unused function from setupStep
parent
4dc69829
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup/class_setupStep.inc
View file @
bdf01cdc
...
...
@@ -115,22 +115,5 @@ class setupStep extends simplePlugin
$this
->
updateAttributesValues
();
}
/* Establish ldap connection */
function
get_ldap_link
()
{
$cv
=
$this
->
parent
->
captured_values
;
$ldap_l
=
new
LDAP
(
$cv
[
'admin'
],
$cv
[
'password'
],
$cv
[
'connection'
],
FALSE
,
$cv
[
'tls'
]
);
$ldap
=
new
ldapMultiplexer
(
$ldap_l
);
$ldap
->
cd
(
$cv
[
'base'
]);
return
$ldap
;
}
}
?>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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