[Pkg-sympa-commits] [sympa] 02/02: Add a patch to fix CAS authentication issues (#720383)

Emmanuel Bouthenot kolter at alioth.debian.org
Mon Oct 21 12:21:44 UTC 2013


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

kolter pushed a commit to branch debian/wheezy
in repository sympa.

commit bfe5a5bb6108c08061a953ff884a88702cca6213
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Thu Oct 3 16:43:23 2013 +0000

    Add a patch to fix CAS authentication issues (#720383)
---
 debian/patches/0001_fix_cas_authentication.patch |   18 ++++++++++++++++++
 debian/patches/series                            |    1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/0001_fix_cas_authentication.patch b/debian/patches/0001_fix_cas_authentication.patch
new file mode 100644
index 0000000..2e73992
--- /dev/null
+++ b/debian/patches/0001_fix_cas_authentication.patch
@@ -0,0 +1,18 @@
+Description: Fix CAS/LDAP authentication
+Author: F. Périchon
+Origin: upstream, https://sourcesup.renater.fr/scm/viewvc.php?view=revision&root=sympa&revision=7917
+Bug-Debian: http://bug.debian.org/720383
+Last-Update: 2013-10-03
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/wwsympa/Auth.pm
++++ b/wwsympa/Auth.pm
+@@ -330,7 +330,7 @@
+ 				      filter => $filter,
+ 				      scope => $ldap->{'ldap_scope'},
+ 				      timeout => $ldap->{'ldap_timeout'},
+-				      attrs =>  $ldap->{'ldap_email_attribute'}
++				      attrs =>  [$ldap->{'ldap_email_attribute'}],
+ 				      );
+ 	my $count = $emails->count();
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 967a1c1..d226098 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+0001_fix_cas_authentication.patch
 1002_mysql_default_charset_engine.patch
 1004_wizard_support_batch_and_display_mode.patch
 1005_wizard_emit_cmd_and_newline_when_dying.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/sympa.git



More information about the Pkg-sympa-commits mailing list