[mod_auth_cas/el6] Fixed auth_cas.conf for BZ# 708550

Adam Miller maxamillion at fedoraproject.org
Tue Oct 18 17:32:56 UTC 2011


commit 2baf46f47d2efc348160fc678e5953d3c2b987b3
Author: Adam Miller <maxamillion at fedoraproject.org>
Date:   Tue Oct 18 12:32:30 2011 -0500

    Fixed auth_cas.conf for BZ# 708550

 auth_cas.conf     |    3 +++
 mod_auth_cas.spec |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/auth_cas.conf b/auth_cas.conf
index c8980b8..1ff68ca 100644
--- a/auth_cas.conf
+++ b/auth_cas.conf
@@ -2,5 +2,8 @@
 # mod_auth_cas is an Apache 2.0/2.2 compliant module that supports the
 # CASv1 and CASv2 protocols
 #
+<IfModule !mod_ssl.c>
+    LoadModule ssl_module modules/mod_ssl.so
+</IfModule>
 
 LoadModule auth_cas_module modules/mod_auth_cas.so
diff --git a/mod_auth_cas.spec b/mod_auth_cas.spec
index 3dc93be..c55712c 100644
--- a/mod_auth_cas.spec
+++ b/mod_auth_cas.spec
@@ -1,6 +1,6 @@
 Name:           mod_auth_cas
 Version:        1.0.8.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Apache 2.0/2.2 compliant module that supports the CASv1 and CASv2 protocols
 
 Group:          System Environment/Daemons
@@ -55,6 +55,9 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/*.conf
 
 %changelog
+* Tue Oct 18 2011 Adam Miller <maxamillion at fedoraproject.org> - 1.0.8.1-3
+- Fixed auth_cas.conf as per BZ# 708550 (Thanks to Jimmy Ngo) for the patch
+
 * Tue Jun 29 2010 Adam Miller <maxamillion at fedoraproject.org> - 1.0.8.1-2
 - Fixed svn export link, upstream changed canonical URL names.
 


More information about the scm-commits mailing list