[Mono-bugs] [Bug 52532][Wis] Changed - WindowsIdentity and WindowsPrincipal are incomplete (on both Windows and Linux)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 25 Dec 2003 23:41:43 -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 spouliot@videotron.ca.

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

--- shadow/52532	2003-12-25 14:12:04.000000000 -0500
+++ shadow/52532.tmp.4479	2003-12-25 23:41:43.000000000 -0500
@@ -1,23 +1,23 @@
 Bug#: 52532
 Product: Mono/Class Libraries
 Version: unspecified
-OS: Red Hat 9.0
+OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: xiaoming.lin@longshine.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Cannot find type `WindowsPrincipal'
+Summary: WindowsIdentity and WindowsPrincipal are incomplete (on both Windows and Linux)
 
 Steps to reproduce the problem:
 1. I have a file can't be compiled
 using System;
 using System.Data;
 using System.Collections;
@@ -97,6 +97,14 @@
 in there) - so right now all WindowsIdentity properties throws
 NotImplementedException.
 
 This _may_ be easy to fix if you only require the username (string) to
 do an LDAP lookup. However this won't tell you if the user is
 authenticated.
+
+------- Additional Comments From spouliot@videotron.ca  2003-12-25 23:41 -------
+A stub for the class is now in CVS along with an updated 
+WindowsIdentity class.
+
+However after looking at your sample code I don't think this will 
+resolve your problem - so I changed the bug summary description and 
+will leave it open.