Update to 2.4.46. Full changelog available here.
Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R2245:044a00882f87: Update openldap to 2.4.46
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
Diff Detail
- Repository
- R2245 openldap
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| 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 | |