Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorKonstantin Triger <kostat@mono-cvs.ximian.com>2007-03-20 20:29:30 +0300
committerKonstantin Triger <kostat@mono-cvs.ximian.com>2007-03-20 20:29:30 +0300
commita45c6b07280961d40c172b50116c1886bafc3bd6 (patch)
treef33d162946abc4921bc97825ad2f05e306d309b5 /data
parent664452bafe07b9dcae1ba0357359d215ef2d3fc6 (diff)
Added ServletAuthentication module
svn path=/trunk/mono/; revision=74700
Diffstat (limited to 'data')
-rw-r--r--data/net_2_0/machine.jvm.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/net_2_0/machine.jvm.config b/data/net_2_0/machine.jvm.config
index 76bbc58d2b4..7504697a341 100644
--- a/data/net_2_0/machine.jvm.config
+++ b/data/net_2_0/machine.jvm.config
@@ -232,6 +232,7 @@
<add name="OutputCache" type="System.Web.Caching.OutputCacheModule" />
<add name="Session" type="System.Web.SessionState.SessionStateModule" />
<!--add name="WindowsAuthentication" type="System.Web.Security.WindowsAuthenticationModule" /-->
+ <add name="ServletAuthentication" type="Mainsoft.Web.Security.SevletAuthenticationModule" />
<add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule" />
<!--add name="PassportAuthentication" type="System.Web.Security.PassportAuthenticationModule" /-->
<add name="RoleManager" type="System.Web.Security.RoleManagerModule" />