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
6bf22de0
Commit
6bf22de0
authored
Apr 03, 2007
by
Howard Chu
Browse files
ITS#4893 disable descriptor-based credential passing
parent
09af836c
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
6bf22de0
...
...
@@ -7,6 +7,7 @@ OpenLDAP 2.3.35 Engineering
Fixed acl set minor typo (ITS#4874)
Fixed ldapmodify to use correct memory free functions (ITS#4901)
Fixed slapd syncrepl delta-sync modlist free (ITS#4904)
Fixed slapd ldapi:// credential issue (ITS#4893)
Fixed slapd-bdb/hdb startup with missing shm env (ITS#4851)
Fixed slapd-ldap/meta consistency in referral proxying (ITS#4861)
Fixed slapd-ldap bind cleanup in case of unauthorized idassert
...
...
libraries/liblutil/getpeereid.c
View file @
6bf22de0
...
...
@@ -31,9 +31,10 @@
#include
<sys/ucred.h>
#endif
#if !defined(SO_PEERCRED) && !defined(LOCAL_PEERCRED) && \
/* Disabled due to ITS#4893, will revisit in release 2.4 */
#if 0 /* !defined(SO_PEERCRED) && !defined(LOCAL_PEERCRED) && \
defined(HAVE_SENDMSG) && (defined(HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTSLEN) || \
defined(HAVE_STRUCT_MSGHDR_MSG_CONTROL))
defined(HAVE_STRUCT_MSGHDR_MSG_CONTROL))
*/
#define DO_SENDMSG
#ifdef HAVE_SYS_UIO_H
#include <sys/uio.h>
...
...
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