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
PIM
KLDAP
Commits
a1d05565
Commit
a1d05565
authored
Nov 25, 2020
by
Laurent Montel
😁
Browse files
Add comment about moving as async
parent
8f392173
Pipeline
#41997
passed with stage
in 8 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/widgets/ldapclientsearch.cpp
View file @
a1d05565
...
...
@@ -160,6 +160,7 @@ void LdapClientSearch::Private::readConfig()
mNoLDAPLookup
=
true
;
}
else
{
for
(
int
j
=
0
;
j
<
numHosts
;
++
j
)
{
//Move as async
auto
*
ldapClient
=
new
LdapClient
(
j
,
q
);
KLDAP
::
LdapServer
server
;
mClientSearchConfig
->
readConfig
(
server
,
config
,
j
,
true
);
...
...
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