Page MenuHomeSolus

Update openldap to 2.4.46
ClosedPublic

Authored by der_eismann on Aug 24 2018, 1:34 PM.
Tags
None
Referenced Files
F10997845: D3677.id.diff
Thu, Jul 27, 2:26 PM
F10952560: D3677.id.diff
Sun, Jul 16, 5:08 PM
F10895058: D3677.diff
Jul 1 2023, 2:23 PM
F10882373: D3677.id9130.diff
Jun 23 2023, 11:07 AM
F10820154: D3677.id9311.diff
Jun 2 2023, 1:30 AM
F10780443: D3677.diff
May 25 2023, 1:25 AM
Subscribers

Details

Summary

Update to 2.4.46. Full changelog available here.

Test Plan

Did a search against our local directory with ldapsearch -x -h ad.domain.com -D aduser@domain.com -W -b "OU=users,DC=domain,DC=com" -s sub "(cn=*)" cn mail sn

Diff Detail

Repository
R2245 openldap
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

JoshStrobl added inline comments.
package.yml
20

What's this used for?

package.yml
20

It's for man pages I guess

PAGES=`cd .; echo *.1`; \
for page in $PAGES; do \
	sed -e "s%LDVERSION%2.4.46%" \
		-e 's%ETCDIR%/etc/openldap%g' \
		-e 's%LOCALSTATEDIR%/var%' \
		-e 's%SYSCONFDIR%/etc/openldap%' \
		-e 's%DATADIR%/usr/share/openldap%' \
		-e 's%SBINDIR%/usr/sbin%' \
		-e 's%BINDIR%/usr/bin%' \
		-e 's%LIBDIR%/usr/lib32%' \
		-e 's%LIBEXECDIR%/usr/lib32/openldap%' \
		-e 's%MODULEDIR%/usr/lib32/openldap/openldap%' \
		-e 's%RELEASEDATE%2018/03/22%' \
			./$page \
		| (cd .; soelim -) > $page.tmp; \
done
/bin/sh: line 14: soelim: command not found
sed: couldn't write 19 items to stdout: Broken pipe
/bin/sh: line 14: soelim: command not found
sed: couldn't write 44 items to stdout: Broken pipe
/bin/sh: line 14: soelim: command not found
sed: couldn't write 10 items to stdout: Broken pipe
/bin/sh: line 14: soelim: command not found
sed: couldn't write 68 items to stdout: Broken pipe
/bin/sh: line 14: soelim: command not found
sed: couldn't write 53 items to stdout: Broken pipe
/bin/sh: line 14: soelim: command not found
sed: couldn't write 53 items to stdout: Broken pipe
/bin/sh: line 14: soelim: command not found
sed: couldn't write 75 items to stdout: Broken pipe
/bin/sh: line 14: soelim: command not found
sed: couldn't flush stdout: Broken pipe
/bin/sh: line 14: soelim: command not found
sed: couldn't write 10 items to stdout: Broken pipe
This revision is now accepted and ready to land.Aug 31 2018, 6:21 PM
This revision was automatically updated to reflect the committed changes.