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
5a0a6786
Commit
5a0a6786
authored
Jun 21, 2011
by
Howard Chu
Committed by
Quanah Gibson-Mount
Jun 21, 2011
Browse files
ITS#6817 fix RE24 build breakage
Should SLAP_AUTH_DN be #defined in release now?
parent
c304c44c
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldap/bind.c
View file @
5a0a6786
...
...
@@ -2209,12 +2209,13 @@ ldap_back_proxy_authz_bind(
void
*
defaults
=
NULL
;
struct
berval
authzID
=
BER_BVNULL
;
int
freeauthz
=
0
;
#ifdef SLAP_AUTH_DN
LDAPControl
ctrl
,
*
ctrls
[
2
],
**
ctrlsp
=
NULL
;
LDAPControl
**
ctrlsp
=
NULL
;
LDAPMessage
*
result
=
NULL
;
const
char
*
rmech
=
NULL
;
const
char
*
save_text
=
rs
->
sr_text
;
#ifdef SLAP_AUTH_DN
LDAPControl
ctrl
,
*
ctrls
[
2
];
int
msgid
;
#endif
/* SLAP_AUTH_DN */
...
...
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