Package: ldapscripts / 2.0.7-2

Metadata

Package Version Patches format
ldapscripts 2.0.7-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
02_debian_config.patch | (download)

etc/ldapscripts.conf | 39 25 + 14 - 0 !
lib/runtime | 3 3 + 0 - 0 !
2 files changed, 28 insertions(+), 14 deletions(-)

 debian-specific changes in ldapscripts.conf and runtime
 In Debian we try to use some knowlege from other configs (see runtime.debian).
 So I commented out some values here, and add notes for Debian users.
 I've alo commented usage of some tools, suggested, but not really needed for
 common work.
 .
 Inclusion of runtime.debian added to runtime file.
03_fix_manpages.patch | (download)

man/man5/ldapscripts.5 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix in manpage to prevent lintian warning.
 Lintian dislike too long lines in manpage, so I've added non-significal space
 in filter example.
05_mktemp.patch | (download)

lib/runtime | 9 2 + 7 - 0 !
1 file changed, 2 insertions(+), 7 deletions(-)

 use more secure tempfile creation
 Upstream uses buggy-way to create temp files. It is vulnerable to several
 attack technics. But he likes it, because of portablity.
 As we have mktemp(1) here in Debian, we will use it.
07_fix_log_perm.patch | (download)

lib/runtime | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

---