system.security.accesscontrol question
Wed, 4 Jun 2008 15:56:49 +0200
Hi,
how to clear DACL from folder/file?
I want to achive next:
I want to clear DACL and add ACEs to ACL and 'stop inheritance'(this work).
But when I do that "Everyone" ACEs are added to ACL so I need to remove
"Everyone" ACE from ACL.
I now do next but is there maybe some better way?
To remove 'Ev ...
|
WinHttpCertCfg multiple certificate issue - help!
Tue, 3 Jun 2008 16:13:01 -0700
I'm trying to use WinHttpCertCfg.exe -g -c LOCAL_MACHINE\MY -s "Issue To
Name" -a "NetworkService" to set permissions on a certificate on my server.
However, I have 2 certificates with the same "Issue to Name" (one that
expires in a couple weeks and the other is a newer version). I can't remove
the old one b ...
|
Get full-qualified user-domain in asp.net
Mon, 2 Jun 2008 09:12:08 +0200
Hi!
I'm currently developing an ASP.NET application which uses Windows
Integrated Security to display different data depending on the Windows User
how requests the page.
So far so good but i also need to get the full qualified name of the user
domain visiting the page to make my app work properly.
I'm ...
|
Propagate Identity to WebService
Thu, 29 May 2008 19:15:49 -0700 (PDT)
Hi,
I have an intranet website using Windows Authentication with
impersonation.
The website calls a webservice which check accessibility using
User.Identity.Name
How do I pass the user identity from the website to the webService?
Thanks,
Homa Wong ...
|
'System.Web.Security.MembershipUser.MembershipUser()' is inaccessible
due to its protection level
Mon, 26 May 2008 17:52:21 -0700 (PDT)
I'm trying to make a customer MembershipProvider. While overrideing
the CreateUser(...) method, I get the following compiler error that
doesn't make any sense to me:
'System.Web.Security.MembershipUser.MembershipUser()' is inaccessible
due to its protection level
Here's the relavent code:
public overrid ...
|
Debugging Security Logic
Fri, 23 May 2008 18:50:14 -0400
When debugging (VStudio 2005), is there a way to switch between
"Integrated Windows Security" and Anonymous access? I'm trying to debug
logic tied to both of these modes, but the debugger always seems to
behave in a "Integrated Windows Security" mode..
Thanks. ...
|
Help - WindowsIdentity.Name is Null?
Fri, 23 May 2008 13:01:33 -0700 (PDT)
Hi -
We have two different web applications that have just started showing
an error that we can't quite track down. Both applications are hosted
in II6, and both are setup to use Windows Authentication. A few users
have changed their passwords according to our password policy, and now
the following code thr ...
|
|
|
Help - WindowsIdentity.Name is Null?
Fri, 23 May 2008 12:55:59 -0700 (PDT)
Hi -
...
|
Help - WindowsIdentity.Name is Null?
Fri, 23 May 2008 12:55:59 -0700 (PDT)
Hi -
...
|
Extending LDAP and creating a constructed attribute
Fri, 23 May 2008 06:55:01 -0700
I would like to extend ADAM's schema and create a custom attribute called
myManagedBy which allows mulitple objects to be assigned. That's not the
problem though. I would like to also create a myManagedObjects which mirrors
the behavior of the constructed attribute 'managedObjects' only against the
'myMana ...
|