Geil
Wed, 18 May 2005 13:53:56 +0200
geiler Link:
http://www.tagestipps.info/fclick/fclick.php?17
Marine ...
|
Link Link Link
Tue, 17 May 2005 11:10:58 +0200
geiler Link:
http://tagestipps.info/fclick/fclick.php?17
Gruss
Karla ...
|
foreignsecurityprincipal SID > UserID
Thu, 12 May 2005 14:27:19 -0400
I have 2 domains. One is a user domain, and the other is a resource domain. I want to authenticate the users against the user domain, but then get their permissions from the resource domain(where they are FSPs) I can get a listing of the sids from the FSP folder, but I can not get the correct variable to have the dom ...
|
Link
Thu, 12 May 2005 20:09:07 +0200
Just a link
http://www.geile-tipps.info/check/ ...
|
test
Tue, 10 May 2005 14:15:39 -0400
test message ...
|
ADSI Authentication.
Fri, 6 May 2005 10:45:19 -0700
All,
I have been going nuts over this.
There are many snippets of code around and different approaches all with
different performance/issues, firewall ports/requirements.
Here is what I found, but it's sometimes VERY slow, and I am talking in the
order of 10 seconds:
Keep in mind I see NO CPU usage, it;s a ...
|
Repost - COMException error when setting UserFlags in VB.net
Fri, 22 Apr 2005 11:08:00 +0100
I have some vb.net code to update the properties of an existing active user
account on a local machine:
Private Function UpdateAccount(ByVal objUser As clsUser) As Boolean
Dim deUser As DirectoryEntry =
m_deMyComputer.Children.Find(objUser.UserName)
Dim lUserFlags As Int32 = deUser.Properties("UserFlags ...
|
|
|
Parches de microsoft
Thu, 21 Apr 2005 16:02:51 +0200
Me han mandado un parche por correo para mi windows pero no se si abrirlo, tengo miedo ^^ ...
|
"COMException (0x80004005): Unspecified error" when creating a user in AD via Web Service
19 Apr 2005 05:59:40 -0700
I want to add a new user account to the Active Directory. The C#-Code:
DirectoryEntry userList, newUser;
userList = new DirectoryEntry("LDAP://myServer/CN=Users,DC=myDomain,DC=de");
newUser = userList.Children.Add("CN=TestUser", "user");
newUser.CommitChanges();
This works fine when I do it in a Windows A ...
|
ADSI Virtual directory creation problems
14 Apr 2005 11:17:35 -0700
Hi there -
I have posted this in another IIS group and did not receive much help.
Any help help is appreiciated. After posting this, I did some more
research using REGMON and it looks like some registry keys are missing.
I am thinking I am missing some schema elements which are related to
AD(SI).
He ...
|