? 1011868-Fix-some-D7-isms.patch
? 1011876-Remove-requirement-to-validate-current-password.patch
? 1011884-follow-up-accidentally-rolled-back-previous-v2.patch
? 1015144-by-bfroehle-Fixed-Warning-when-creating-a-ne.patch
? 1018904-4.patch
? 1026564_no_admin_impersonate.patch
? 1043640-Fix-SSO-for-6.x-3.x-dev.patch
? 1043640-cas7.patch
? 1056852_cas_authmap_internal code is buggy.patch
? 1058782_authmap_entries_inccorrect.patch
? 1058916-Move-CAS-Administration-to-its-own-file.patch
? 998316-2.patch
? cas_verify_removal.patch
Index: cas.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/cas/cas.module,v
retrieving revision 1.79.2.32
diff -u -r1.79.2.32 cas.module
--- cas.module	11 Feb 2011 22:08:19 -0000	1.79.2.32
+++ cas.module	11 Feb 2011 22:59:18 -0000
@@ -56,11 +56,11 @@
  *   FALSE if any module returned FALSE
  */
 function cas_invoke_auth_filter($cas_name) {
-  foreach (module_implements('auth_filter') as $module) {
-    $function = $module . '_auth_filter';
+  foreach (module_implements('cas_auth_filter') as $module) {
+    $function = $module . 'cas_auth_filter';
     if (function_exists($function)) {
  
-      if (($return = $function('cas', $cas_name)) === FALSE) {
+      if (($return = $function($cas_name)) === FALSE) {
         return FALSE;
       }
     }
