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:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-02-12 06:24:09 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-02-12 06:24:09 +0300
commit96f82806c519fad955b150c57fe3224af43c5c17 (patch)
tree4bc91c29ea075bde9d3a0b3fb7c603e7cb7f80cf /data
parentfc0bd945c4ccc713caf6f427b1304ad01d46bb85 (diff)
2003-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* configure.in: added check for sys/un.h. * mono/metadata/socket-io.c: support AF_UNIX and use the same layout as MS, not the one they documented (bytes 0 and 1 are the family). svn path=/trunk/mono/; revision=11511
Diffstat (limited to 'data')
-rw-r--r--data/machine.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/machine.config b/data/machine.config
index 13c96d08856..1a5b7c36f78 100644
--- a/data/machine.config
+++ b/data/machine.config
@@ -11,6 +11,7 @@
<section name="httpModules" type="System.Web.Configuration.HttpModulesConfigurationHandler, System.Web" />
<section name="machineKey" type="System.Web.Configuration.MachineKeyConfigHandler, System.Web" />
<section name="authentication" type="System.Web.Configuration.AuthenticationConfigHandler, System.Web" />
+ <section name="authorization" type="System.Web.Configuration.AuthorizationConfigHandler, System.Web" />
</sectionGroup>
</configSections>
<system.web>
@@ -24,6 +25,7 @@
</httpHandlers>
<httpModules>
<add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule, System.Web" />
+ <add name="UrlAuthorization" type="System.Web.Security.UrlAuthorizationModule, System.Web" />
</httpModules>
<authentication mode="Forms">
<forms name=".MONOAUTH" loginUrl="login.aspx" protection="All" timeout="30" path="/">