[debian-edu-commits] debian-edu/pkg-team/ 01/04: Revert "Accept ldapi style URLs too (Closes: #792120)."

Mike Gabriel sunweaver at debian.org
Thu Jul 16 07:00:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository ldap2zone.

commit 893884d1189d7b2eee3186a36857170cc85a155d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Jul 16 08:45:38 2015 +0200

    Revert "Accept ldapi style URLs too (Closes: #792120)."
    
    This reverts commit 23c0324685aa4db47c5b30e7a16cceb8c3297c33.
---
 debian/changelog | 6 ------
 ldap2bind        | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b5c52d2..db77b76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,3 @@
-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 452cfd3..89f44bf 100755
--- a/ldap2bind
+++ b/ldap2bind
@@ -3,7 +3,7 @@
 [ -r /etc/default/ldap2zone ] && . /etc/default/ldap2zone
 
 case "$LDAP_URI" in 
-ldap://*|ldaps://*|ldapi://*) ;; 
+ldap://*|ldaps://*) ;; 
  *) 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