[Mono-bugs] [Bug 73073][Maj] New - Forms authentication fails - User is always logged in !

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 26 Feb 2005 17:19:12 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by pommes@teleos-web.de.

http://bugzilla.ximian.com/show_bug.cgi?id=73073

--- shadow/73073	2005-02-26 17:19:12.000000000 -0500
+++ shadow/73073.tmp.19520	2005-02-26 17:19:12.000000000 -0500
@@ -0,0 +1,64 @@
+Bug#: 73073
+Product: Mono: Tools
+Version: 1.1
+OS: 
+OS Details: Linux FC 3
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: XSP
+AssignedTo: gonzalo@ximian.com                            
+ReportedBy: pommes@teleos-web.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Forms authentication fails - User is always logged in !
+
+Description of Problem:
+
+Forms authentication is not happening, the user is always logged in.
+
+
+Steps to reproduce the problem:
+
+I protect access to a website with Forms authentication. 
+(The Code works on my FC 2 with Mono 1.05)
+The authentication form is not shown. 
+Look attached web.config
+I tested the current 1.1.4 (install version and rpm's version)
+
+
+Actual Results:
+
+Authentication form is skipped
+
+
+Expected Results:
+
+
+Authentication form
+
+How often does this happen? 
+
+permanent
+
+
+Additional Information:
+
+<?xml version="1.0" encoding="UTF-8" ?>
+<configuration>
+  <system.web>
+    <authentication mode="Forms">
+      <forms name=".CRM"  loginUrl="login.aspx"
+      timeout="30"
+      protection="All"
+      slidingExpiration="true">
+      </forms>
+    </authentication>  
+    <authorization>
+      <deny users="?" /> 
+    </authorization>
+</system.web>
+</configuration>