From f444b7bd0e09306a35091d7dd0c8399685a868d2 Mon Sep 17 00:00:00 2001
From: Thomas Wood <thomas.wood09@imperial.ac.uk>
Date: Mon, 8 Aug 2016 12:18:26 +0100
Subject: [PATCH] Allow project students to access CI system

---
 ci/.htaccess | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ci/.htaccess b/ci/.htaccess
index dd691a0..be6aa93 100644
--- a/ci/.htaccess
+++ b/ci/.htaccess
@@ -6,7 +6,10 @@ RewriteEngine On
 <Else>
   AuthType KerberosV5
   AuthName "PSVG Group Members Only -- Imperial College Login"
-  Require group rr
+  <RequireAny>
+    Require group rr
+    Require user mz3815 im315
+  </RequireAny>
 
   # Proxy through to the internal server
   RewriteRule ^/vol/rr/www/(.*) https://146.169.46.217/$1 [P]
-- 
GitLab