Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
de998c35
Commit
de998c35
authored
Nov 18, 2018
by
Howard Chu
Browse files
DirSync ctrl requires critical
parent
a9bfce12
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/msctrl.c
View file @
de998c35
...
...
@@ -104,7 +104,7 @@ ldap_create_dirsync_control(
flags
,
maxAttrCount
,
cookie
,
&
value
);
if
(
ld
->
ld_errno
==
LDAP_SUCCESS
)
{
ld
->
ld_errno
=
ldap_control_create
(
LDAP_CONTROL_X_DIRSYNC
,
0
,
&
value
,
0
,
ctrlp
);
1
,
&
value
,
0
,
ctrlp
);
if
(
ld
->
ld_errno
!=
LDAP_SUCCESS
)
{
LDAP_FREE
(
value
.
bv_val
);
}
...
...
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