From fe2751bf1e0388ddfa3fdfa88ed70b2bc94e2173 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:23:54 +0200 Subject: Adding debian version 2.4.47+dfsg-3+deb10u7. Signed-off-by: Daniel Baumann --- debian/ldap-utils.README.Debian | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 debian/ldap-utils.README.Debian (limited to 'debian/ldap-utils.README.Debian') diff --git a/debian/ldap-utils.README.Debian b/debian/ldap-utils.README.Debian new file mode 100644 index 0000000..83e979a --- /dev/null +++ b/debian/ldap-utils.README.Debian @@ -0,0 +1,5 @@ +If you want to play with shell and ldapsearch output, be sure your dn +entries are one per line. A perl script could be: + + ldapsearch ... | perl -p -0040 -e 's/\n //' + -- cgit v1.2.3