[debian-edu-commits] debian-edu/pkg-team/ 01/01: Accept ldapi style URLs too (Closes: #792120).
Petter Reinholdtsen
pere at moszumanska.debian.org
Sun Jul 12 07:27:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch master
in repository ldap2zone.
commit 23c0324685aa4db47c5b30e7a16cceb8c3297c33
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Sun Jul 12 09:27:12 2015 +0200
Accept ldapi style URLs too (Closes: #792120).
---
debian/changelog | 6 ++++++
ldap2bind | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index db77b76..b5c52d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ldap2zone (0.2-6) UNRELEASED; urgency=low
+
+ * Accept ldapi style URLs too (Closes: #792120).
+
+ -- Petter Reinholdtsen <pere at debian.org> Sun, 12 Jul 2015 09:26:19 +0200
+
ldap2zone (0.2-5) unstable; urgency=low
* Rewrite revert-broken-zones.patch to use named-checkzone to check
diff --git a/ldap2bind b/ldap2bind
index 89f44bf..452cfd3 100755
--- a/ldap2bind
+++ b/ldap2bind
@@ -3,7 +3,7 @@
[ -r /etc/default/ldap2zone ] && . /etc/default/ldap2zone
case "$LDAP_URI" in
-ldap://*|ldaps://*) ;;
+ldap://*|ldaps://*|ldapi://*) ;;
*) LDAP_URI="ldap://${LDAP_URI}" ;;
esac
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/ldap2zone.git
More information about the debian-edu-commits
mailing list