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
beb731d5
Commit
beb731d5
authored
Jul 15, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5615
parent
67f9eaae
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
beb731d5
...
...
@@ -5,6 +5,7 @@ OpenLDAP 2.4.11 Release (2008/07/13)
Added libldap assertion control (ITS#5560)
Fixed libldap GnuTLS CRL result handling (ITS#5577)
Fixed libldap GnuTLS SSF computation (ITS#5585)
Fixed liblutil missing return code (ITS#5615)
Fixed slapd cert serial number parsing (ITS#5588)
Fixed slapd check for structural_class failures (ITS#5540)
Fixed slapd config backend renumbering (ITS#5571)
...
...
libraries/liblutil/getpeereid.c
View file @
beb731d5
...
...
@@ -58,6 +58,7 @@ int lutil_getpeereid( int s, uid_t *euid, gid_t *egid
*
euid
=
ucred_geteuid
(
uc
);
*
egid
=
ucred_getegid
(
uc
);
ucred_free
(
uc
);
return
0
;
}
#elif defined( SO_PEERCRED )
...
...
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