Package: ldap-utils Version: 2.4.47+dfsg-3+deb10u6 Severity: minor Tags: patch
In ldapsearch's man page, the description of -T reads "Write temporary files to directory specified by path (default: /var/tmp/)", but the default on Debian systems is "/tmp", as pointed out by ldapsearch itself when called with -T: command: ldapsearch -LLL -Y EXTERNAL -H ldapi:/// -b cn=config -T output: [...] -T path write files to directory specified by path (default: /tmp) [...] -- System Information: Debian Release: 10.10 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-17-amd64 (SMP w/8 CPU cores) Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_AT.UTF-8, LC_CTYPE=C.UTF-8 (charmap=locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory UTF-8), LANGUAGE=en_US:en (charmap=locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages ldap-utils depends on: ii libc6 2.28-10 ii libgnutls30 3.6.7-4+deb10u7 ii libldap-2.4-2 2.4.47+dfsg-3+deb10u6 ii libsasl2-2 2.1.27+dfsg-1+deb10u1 Versions of packages ldap-utils recommends: ii libsasl2-modules 2.1.27+dfsg-1+deb10u1 Versions of packages ldap-utils suggests: pn libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal <none> -- debconf information excluded -- debsums errors found: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = "en_US:en", LC_ALL = (unset), LC_CTYPE = "C.UTF-8", LANG = "en_AT.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C").
--- ldapsearch.1-ORIG 2021-08-12 16:08:31.332940170 +0200 +++ ldapsearch.1 2021-08-12 16:09:29.488800793 +0200 @@ -147,7 +147,7 @@ .TP .BI \-T \ path Write temporary files to directory specified by \fIpath\fP (default: -\fB/var/tmp/\fP) +\fB/tmp\fP) .TP .BI \-F \ prefix URL prefix for temporary files. Default is \fBfile://\fIpath\fP where