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
Nadezhda Ivanova
OpenLDAP
Commits
5818e324
Commit
5818e324
authored
Nov 28, 2002
by
Kurt Zeilenga
Browse files
SASL fixes
parent
4ffa34c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/sasl.c
View file @
5818e324
...
...
@@ -105,7 +105,7 @@ ldap_sasl_bind(
ld
->
ld_version
,
dn
,
LDAP_AUTH_SIMPLE
,
cred
);
}
else
if
(
cred
==
NULL
||
!
cred
->
bv_len
)
{
}
else
if
(
cred
==
NULL
)
{
/* SASL bind w/o creditials */
rc
=
ber_printf
(
ber
,
"{it{ist{sN}N}"
/*}*/
,
++
ld
->
ld_msgid
,
LDAP_REQ_BIND
,
...
...
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