Ask a Question related to ASP.NET Security, Design and Development.
-
Rich #1
thread switch on adsi ChangePassword method?
We have an aspnet app that allows the user to change their password. We are
using windows authentication on win2003.
In the sample code below the first call to WriteInfo call properly echos the
logged in user.
The second call (post ChangePassword) however lists the identity as NT
AUTHORITY\NETWORK SERVICE.
How can we ensure that the identity is not switched during this call?
identity = WindowsIdentity.GetCurrent()
ApplicationLog.WriteInfo("identity before ChangePassword" & identity.Name)
entry.Invoke("ChangePassword", New Object() {oldPassword, newPassword})
identity = WindowsIdentity.GetCurrent()
ApplicationLog.WriteInfo("identity after ChangePassword" & identity.Name)
Thanks
Rich M.
Rich Guest
-
Newbie:Using ASP.NET thread pool thread to dispatch TCP data, etc.
Hi, I've an ASP.NET web service which distributes events to clients via TCP. Environment is IIS6 on Windows 2003 server with .NET framework 1.1... -
ADSI with PHP
Hi everyone, I'm pretty new to using the COM functionality in PHP. I want to administer my PC using PHP together with ADSI. My first problem is... -
ADSI
Hi, I have found some code that authenticates users agains a domain using ADSI. I then redirect to another page and pass the username they have... -
ADSI question
Hello, I use the following ASP code to access Active Directory's property: Dim objUser Set objUser = GetObject("WinNT://myDomain/UserId") I... -
[PHP-DEV] Ifx - Help ! losing my mind, thread by thread
--------------010000080604040703060106 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, Please...



Reply With Quote

