[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:16:04 UTC 2018


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

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

commit 24d6b85463924d93d5ae7eff18f0510cd1d8bdf2
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jan 9 14:15:43 2018 +0100

    Revert "d-e-c/tools/gosa-sync: Support password changes for DNs containing blanks."
    
    This reverts commit a69395a109510662bcef508b0e6e8a382b7ca695.
    
     The actuall bug needs to be addressed 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 8bc2894..0013833 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,3 @@
-debian-edu-config (1.945) 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.944) 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