]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#10211 slapd: Fix peercred uid and gid format
authorNick Porter <nick@portercomputing.co.uk>
Thu, 2 May 2024 07:48:14 +0000 (08:48 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 7 May 2024 16:36:46 +0000 (16:36 +0000)
commit98985948885642d168535ab3ce98698b34199692
tree8282254c85f4f0bfb0004a091c1ee2c777e8863d
parent4c1132dcfac494ec4bd8bf3165a66785d59a46a4
ITS#10211 slapd: Fix peercred uid and gid format

uid and gid are unsigned int and so should be formatted as such when
creating the authid string.
servers/slapd/daemon.c