searching what groups a user belong from AD but errorThe Kerberos subsystem encountered an error. A service for user protocol request was made
Thu, 27 Dec 2007 16:01:57 +1100
I want users to be able to type a user name in a textox and when they hit
submit displays
groups the user belongs to from the Acive Directory.
the getGroupforUser uses the WindowsIdentity and i have a button even
below.
In the button event below i just want to send the username typed in in the
textbox but ...
|
Cookiecontainer problem with HTTPS
Wed, 26 Dec 2007 06:52:01 -0800
The code below works fine in HTTP but does not work with HTTPS. I get no
cookies in VS Studio 2005 when changing to HTTPS, but I get them in Fiddler.
WHY?
Imports System.Web
Imports System.net
Public Class CookieTest
Public Sub test()
Dim CC As New CookieContainer()
Dim Req As HttpWe ...
|
Problem with CreateUserWizard
Thu, 20 Dec 2007 17:37:00 -0800
Hi,
I have a problem with CreateUserWizard Control.
I created a webpage CreateUser.aspx, which contains a CreateUserWizard
Control, I add a wizard step (step 2)for choice roles. I put the page in a
secure folder, and only admin role can access it. When I create a new
user(step 1) -> choice a role(step 2 ...
|
asp.net 2.0 security question
Thu, 20 Dec 2007 06:54:27 -0800 (PST)
I am using the following code to provide security to a web page
SecurityIdentifier sid = WindowsIdentity.GetCurrent().User;
NTAccount account = (NTAccount)sid.Translate(typeof(NTAccount));
I then account.ToString().
This works fine in development - I get domain\user as expected.
After publishing the website ...
|
Digest auth in .net 1.1 and Active Directory
Tue, 18 Dec 2007 02:36:01 -0800
Hi,
I've a problem with the AD digest auth. in .net 1.1. In fact I don't have
information about AD and windows authentication. I'm developing a project
which will use digest auth. and user information from AD. When a user try to
open web site, he/she should see logon dialog. After entered required
informa ...
|
MI5-Persecution: MI5 are Afraid to Admit Theyre Behind the Persecution (28096)
16 Dec 2007 17:06:53 GMT
MI5 are Afraid to Admit They're Behind the Persecution
MI5 have issued a formal denial of any involvement in my life to the
Security Service Tribunal, as you might expect them to; but, more
importantly, the persecutors have never denied that theyre from the
Security Service, despite several years of accusati ...
|
MI5-Persecution: Why do you think MI5 are responsible? (4083)
16 Dec 2007 12:02:20 GMT
Why do you think MI5 are responsible?
The question of who is ultimately responsible for this eight-year
harassment is one which is very difficult to answer, as the persecutors
have never clearly made their identities known to the persecutee. However,
I believe I am correct in attributing the continuing victi ...
|
|
|
michael lalonde
Sun, 16 Dec 2007 03:23:33 -0500
3
3
3Michael Lalonde fought his enemy: a wild dog on an ironing board and went
around killing rats with a jackhammer because his leg hurt and a heated
argument arose which started a party, he made a giant leap across the ravine
and to the surprise of the audience he got the girl, the treasure and a
nasty rash. ...
|
Using ASP.NET 2.0 Roleprovider against AzManStore in ADAM
Fri, 14 Dec 2007 09:11:54 -0800 (PST)
I've been able to setup an AzMan store within ADAM and authorize a
user
against it.
Here's a code snippet:
IAuthorizationProvider azManProvider =
AuthorizationFactory.GetAuthorizationProvider("AzManProvider");
lblName.Text = User.Identity.Name;
chkIsAuthenticated.Checke ...
|
Is this configuration element in web.config need internet access?
Fri, 14 Dec 2007 12:00:05 GMT
I have a web.config file for an ASP.NET 2.0 project pages that resided in
Windows Server 2003 IIS 6.0. There's a configuration element which look like:
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
If the IIS server is blocked from the Internet access, will the above element
cau ...
|