--- C:/Documents and Settings/Jeff/Desktop/cas.module	Mon Sep 10 21:26:52 2007
+++ cas.module	Mon Sep 10 21:26:43 2007
@@ -572,8 +572,8 @@
      return true;
   }
   
-  // DOn't even do the test if cron.php is invoked.  Don't require login.
-  if (base_path().'cron.php'==$_SERVER['PHP_SELF'])
+  // Don't even do the test if cron.php or xmlrpc.php is invoked.  Don't require login.
+  if (base_path().'cron.php'==$_SERVER['PHP_SELF'] || base_path().'xmlrpc.php'==$_SERVER['PHP_SELF'])
     return false;
 
   // set the default behavior
