[debian-edu-commits] debian-edu/ 01/01: Revert "d-e-c/tools/gosa-sync: Support password changes for DNs containing blanks."

Mike Gabriel sunweaver at debian.org
Tue Jan 9 13:15:25 UTC 2018


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

sunweaver pushed a commit to branch stretch
in repository debian-edu-config.

commit 3662367c51932b566b47a1d7dfab1d1cec7315ba
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jan 9 14:14:42 2018 +0100

    Revert "d-e-c/tools/gosa-sync: Support password changes for DNs containing blanks."
    
    This reverts commit 86f5abff2cce4080dc356bf677337a258ad3321c.
    
     The actual bug needs to be address in GOsa upstream.
---
 debian/changelog                        | 6 ------
 share/debian-edu-config/tools/gosa-sync | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cb04ee9..322fe0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,3 @@
-debian-edu-config (1.929+deb9u1) UNRELEASED; urgency=medium
-
-  * d-e-c/tools/gosa-sync: Support password changes for DNs containing blanks.
-
- -- Mike Gabriel <sunweaver at debian.org>  Mon, 08 Jan 2018 22:51:16 +0100
-
 debian-edu-config (1.929) unstable; urgency=medium
 
   [ Wolfgang Schweer ]
diff --git a/share/debian-edu-config/tools/gosa-sync b/share/debian-edu-config/tools/gosa-sync
index f6654f8..4f6f2b2 100755
--- a/share/debian-edu-config/tools/gosa-sync
+++ b/share/debian-edu-config/tools/gosa-sync
@@ -14,7 +14,7 @@ set -e
 ## A caller not knowing the correct ldap password cannot change the
 ## principal's one.
 
-USERDN="$@"
+USERDN="$1"
 USERID=`echo "$USERDN" | sed "s/^uid=\([^,]*\),.*$/\1/"`
 
 # check if the given user account has the Kerberos principal objectClass set...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list