Bug#792120: ldap2zone: ldap2bind does not work with ldapi:/// URI
Dominik George
dominik.george at teckids.org
Sat Jul 11 16:00:37 UTC 2015
Package: ldap2zone
Version: 0.2-5
Severity: normal
Tags: patch
The ldap2bind script does not work with ldapi:// URIs. This is due to it
checking for ldap:// or ldaps:// and if neither is found, prepending the
default ldap://.
The fix is trivial:
- ldap://*|ldaps://*) ;;
+ ldap://*|ldaps://*|ldapi://*) ;;
-- System Information:
Debian Release: 8.1
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
Versions of packages ldap2zone depends on:
ii bind9 1:9.9.5.dfsg-9+deb8u1
ii libc6 2.19-18
ii libldap-2.4-2 2.4.40+dfsg-1
ldap2zone recommends no packages.
ldap2zone suggests no packages.
-- no debconf information
More information about the Debian-edu-pkg-team
mailing list