Thanks, I appreciate your help. BTW, I did a little more testing yesterday and overnight. I found that the old password still works for at least three hours....
Ryan, This is the code I have for my get list button, which is supposed to take a text entry and find all AD users with that entry in their name, then display...
Refer to this post: http://forums.asp.net/1007517/ShowPost.aspx Specifically read about how to read attributes. The .Contains() method is your friend. ... -- ...
The client owns the code, but maybe I can do something similar that would reproduce what I'm seeing... I'm not sure if I can find the time. ... effect? ... by ...
Another clue: In all 5 instances of the test that I ran last night the old password stopped working just after midnight. They had all started in the early...
Hi Some times when we are working with different domains there can be some lag visible because of loose consistency . Mostly the domain controller where the...
Thanks, I am trying my app on two different domains, but not concurrently. That is, the old old password still works on the domain that it was changed on. And...
I now think that the "midnight" thing was just a coincidence. Further testing has shown that the old password remains valid for at least 8 hours and 48...
8 hours is the default lifespan of a Kerberos ticket. I wonder if that has anything to do with it. Joe K. ... From: "ibirdy2" <ordinarylizard@...> To:...
Thanks, that's a good thought. Testing this weekend showed that 10 hours is the magic number. This was true of 5 instances of the app all started at the same...
Hi there, Sorry if this is a really simple question that's been answered many times before but... We have 3 AD servers that replicate to each other, what we...
I want to create a directoryEntry for a directory within a virtual directory on IIS, as below; IISVirtualWebsite ... directory, a non virtual one, has/is a web...
In VB i do: ======================== to check for locked status: ======================== ' lookfor is a username string Dim user As IADsUser user =...
I don't have the whole .NET thing going on, but I script IIS quite a bit in vbscript. It looks to me like you may be making it way too complicated...(I...
Hi, I used ADSIedit.msc, made a query in the “domain” tree based on the userPrincipalName of a test account; it gave me the list of attributes but I...
Hello, I need to set the “forward email to” for Exchange 2000 mail accounts (account properties / exchange general/ delivery option / Forward to ) using a...
my requirement is like this... I want to synchronize the Active directory (users) to ADAM. It should be a Daily run event(schedular) every night it shoud run...
Microsoft has AD to ADAM sync tool: http://www.microsoft.com/downloads/details.aspx?FamilyId=88E72E3F-1DD9-4CCC-A9AA-CAC04E0628C7&displaylang=en) Or use the...
Here Is what I am trying to do I am new at this so bear with me I have vip user that I need to set there password via a script.. VIP users are in several...
I am trying to get a list of all users from Active Directory (2003) except those from a particular group (the Admins). The following code works, but would...
One thing that I was considering would be to put the names of the members in the exception group into an array or string. Then as we loop through the total...
Hi all, This is my first post. I'm a consultant working on a ASP.NET 2.0 Prototype (to promote the new platform) for converting a ASP.NET 1.1 Reporting...
I can't answer all of these without writing a book, but I have some general comments and answers for you. ADAM does not need AzMan to run. You can use AzMan...
Hi Ryan and group, Thanks for getting me started. Ok, I will start the install in a bit. Meanwhile, I'm not exactly sure what my "real" requirements are, but...
Hi all, As a new subscriber, I got a few helpful emails which included: SQL and ADSI.ppt Can someone explain which design scenarios would be most suitable for...
Hello, I'm having my first looks at vbscripting combined with ADSI... Is there a way to list the accounts from the entire AD where the last log on data is > 3...