Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
f3730d65
Commit
f3730d65
authored
Feb 06, 2009
by
Quanah Gibson-Mount
Browse files
ITS#5812
parent
dcda9b72
Changes
1
Hide whitespace changes
Inline
Side-by-side
clients/tools/common.c
View file @
f3730d65
...
...
@@ -1263,6 +1263,7 @@ dnssrv_free:;
exit
(
EXIT_FAILURE
);
}
#ifdef HAVE_CYRUS_SASL
/* canon */
if
(
ldap_set_option
(
ld
,
LDAP_OPT_X_SASL_NOCANON
,
nocanon
?
LDAP_OPT_ON
:
LDAP_OPT_OFF
)
!=
LDAP_OPT_SUCCESS
)
...
...
@@ -1271,6 +1272,7 @@ dnssrv_free:;
nocanon
?
"on"
:
"off"
);
exit
(
EXIT_FAILURE
);
}
#endif
if
(
ldap_set_option
(
ld
,
LDAP_OPT_PROTOCOL_VERSION
,
&
protocol
)
!=
LDAP_OPT_SUCCESS
)
{
...
...
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