[Rt-commit] r10390 - rtir/branches/2.3-EXPERIMENTAL/etc

ruz at bestpractical.com ruz at bestpractical.com
Fri Jan 18 10:31:06 EST 2008


Author: ruz
Date: Fri Jan 18 10:31:03 2008
New Revision: 10390

Modified:
   rtir/branches/2.3-EXPERIMENTAL/etc/RTIR_Config.pm

Log:
* adjust WebNoAuthRegexp according to RTIR's needs

Modified: rtir/branches/2.3-EXPERIMENTAL/etc/RTIR_Config.pm
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/etc/RTIR_Config.pm	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/etc/RTIR_Config.pm	Fri Jan 18 10:31:03 2008
@@ -5,6 +5,10 @@
 use RT::IR::Config;
 RT::IR::Config::Init();
 
+# WebNoAuthRegex - What portion of RT's URLspace should not require
+# authentication. Adjust it according to RTIR paths
+
+Set($WebNoAuthRegex, qr{ $WebNoAuthRegex | ^/+RTIR/NoAuth/ }x);
 
 # Set the name of the RTIR application.
 
@@ -20,7 +24,6 @@
 
 Set($OverdueAfter, 7);
 
-
 # Set the hash of whois servers
 # Host is of the form "hostname:port"
 Set($whois, {


More information about the Rt-commit mailing list