set the connection auth_type. Fixes bug #41
authorwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 30 Jan 2003 23:11:07 +0000 (23:11 +0000)
committerwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 30 Jan 2003 23:11:07 +0000 (23:11 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@261 cb58f699-b61c-0410-a6fe-9272a202ed29

mod_shire/mod_shire.cpp

index 5192053..b53112b 100644 (file)
@@ -407,6 +407,9 @@ extern "C" int shire_check_user(request_rec* r)
          return DECLINED;
       }
 
+      // set the connection authtype
+      if (r->connection) r->connection->ap_auth_type = "shibboleth";
+
       ap_log_rerror(APLOG_MARK,APLOG_DEBUG|APLOG_NOERRNO,r,
                    "shire_check_user() Shib check for %s", targeturl);