dear all: How to modify rootDSE currentTime attribute value? The default value is GMT+0. But I want to set time zone to GMT+8. Any body can help me!! Thank you...
The time is returned in UTC time. You can't change it. Why not just convert it to the timezone you need in client code? Joe K. ... From: hanshin1688 To:...
... You are right Joe You can't unless Your name is "Carlos The Grey" :) http://blogs.dirteam.com/blogs/carlos/archive/2006/08/17/ADUC-Dialog.aspx -- Tomasz...
dear joe: Thank you for your help first. But, Is it possible to modify the UTC time on my local computer to GMT+8. My computer is winxp. if possible, can you...
You can modify the UTC time by changing the time. Make sure it isn't syncing up to a time source. Note that I don't think that will really help what you are...
Changing the local workstation time isn't ADSI. It has to be changed directly on each workstation (either via a script or manual edit). I found this command...
Well, he wants rootDSE currentTime attribute to be different, and that is reported by the domain controller (or ADAM server), so presumably he would just need...
Hi All, I have developed a User Profile Management webparts. This webpart is used to maintain the profile of all domain users except administrators. For LDAP...
Can you provide some more information about what isn't working? Do you have stack traces of the exception? There is absolutely no reason why you should have...
I think he is saying that he adds a new user to the Account Operators role and immediately tries to use it. Naturally, the user won't have the Account ...
Hi, Currently upgrading an ASP.NET v1.1 / SQL Server 2000 web app to ASP.NET v2 / SQL Server 2005. The existing SQL Server 2000 box has an ADSI linked server,...
Hello Everyone!! We have LDAP Active Directory in our company. I am trying to write a simple application that would authenticate users against LDAP. I am...
We are running Ironmail Gateway and want to validate mail by doing validating against the exchange server using LDAP. We tried doing the configuration based on...
Have you defined an objectClass to search on withint he LDAP filter? For example, (&(objectClass=user)(|(mail=value)(proxyAddress=value))) and so on. From the ...
Not sure exactly what you are mentioning here! However, each instance of ADAM has it's own Event Log listed in the event viewer. If you have code that is...
My web server is IIS and user is authenicated by ADAM. I just want to know who was authenicated by ADAM. Thanks again! ... instance of ADAM has it's own Event...
if it is not in the event log, then you will need to trap it in your code. there is no access log, or a authentication log to adam. Cheers, Tim MCSD, MCSD.NET,...
Hi I have script to create contact written in visual basic exe file. it works in development area but not working in the production, it gives me an error...
Hi, While executing the below given code, I am getting error in the line where I am translating the IdentifyReference to NTAccount name. The error message is...
... This is quite often caused by an incomplete or faulty LDAP path string. ... Could you try to add the SERVER name to this LDAP string? Something like: ...
Was the SID here from a newly created object? It may be that the DC that you created the object on is not the one the LSA is using to do the translation, so...
Thanks Joe for your reply. There is only one DC in the domain where I am trying to execute this code so that should be the reason for this error. Could you...
For some reason I thought you were trying to create a file system ACL based on a newly created user object and had a replication problem. This issue is ...
We cover that in ch 11 of our book. You can find info about that at www.directoryprogramming.net and find the sample code from ch 11 (in C#) which should give...
I tried connecting using the LDAP query created from the SID retrieved from the rule.IdentityReference value. But its surprising that it failed connecting to...
It sounds very much like the object that was referred to in the ACE was deleted. This can happen. There is no way to tell the security descriptor that the...