Search the web
Sign In
New User? Sign Up
ADSIANDDirectoryServices · ADSI and System.DirectoryServices Q&A
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3998 - 4027 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3998
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....
ibirdy2
Offline Send Email
Dec 1, 2005
5:24 pm
3999
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...
jacob_eiler
Offline Send Email
Dec 1, 2005
7:02 pm
4000
Refer to this post: http://forums.asp.net/1007517/ShowPost.aspx Specifically read about how to read attributes. The .Contains() method is your friend. ... -- ...
Ryan Dunn
dunn_rp
Offline Send Email
Dec 1, 2005
7:54 pm
4001
Do you have a sample project you could send to reproduce this effect? ... -- Ryan Dunn MVP - ASP.NET...
Ryan Dunn
dunn_rp
Offline Send Email
Dec 1, 2005
7:55 pm
4002
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 ...
ibirdy2
Offline Send Email
Dec 1, 2005
8:38 pm
4003
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...
ibirdy2
Offline Send Email
Dec 2, 2005
5:58 pm
4004
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...
rajni sachan
rajnisachan
Offline Send Email
Dec 2, 2005
6:43 pm
4005
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...
ibirdy2
Offline Send Email
Dec 2, 2005
8:29 pm
4006
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...
ibirdy2
Offline Send Email
Dec 2, 2005
8:30 pm
4007
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:...
Joe Kaplan
joekaplan2003
Offline Send Email
Dec 2, 2005
9:43 pm
4008
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...
ibirdy2
Offline Send Email
Dec 5, 2005
5:41 pm
4009
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...
Brian Martin
briby
Offline Send Email
Dec 8, 2005
6:22 am
4010
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...
bty549256
Offline Send Email
Dec 8, 2005
6:23 am
4011
In VB i do: ======================== to check for locked status: ======================== ' lookfor is a username string Dim user As IADsUser user =...
Andrzej Raczynski
araczynski
Offline Send Email
Dec 8, 2005
2:33 pm
4012
Have you seen this? http://dunnry.com/blog/DeterminingIfAnAccountIsLockedOutInNETRevisited.aspx Joe K. ... From: "Brian Martin" <briby@...> To:...
Joe Kaplan
joekaplan2003
Offline Send Email
Dec 8, 2005
3:14 pm
4013
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...
Michael B. Smith
swngdnz
Offline Send Email
Dec 8, 2005
3:25 pm
4014
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...
Bendriss Elmehdi
bendriss_elm...
Offline Send Email
Dec 10, 2005
12:47 am
4015
Sorry for disturbing; I did an csvde –f … and I found the attribute I needed : altRecipient BR/ _____ From: Bendriss Elmehdi [mailto:bendriss@...] ...
Bendriss Elmehdi
bendriss_elm...
Offline Send Email
Dec 10, 2005
12:47 am
4016
Hello, I need to set the “forward email to” for Exchange 2000 mail accounts (account properties / exchange general/ delivery option / Forward to ) using a...
Bendriss Elmehdi
bendriss_elm...
Offline Send Email
Dec 10, 2005
12:47 am
4017
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...
Vijay Kanth
vijaykanthb
Online Now Send Email
Dec 11, 2005
12:43 pm
4018
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...
Ryan Dunn
dunn_rp
Offline Send Email
Dec 11, 2005
2:44 pm
4019
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...
david_steadman2002
david_steadm...
Offline Send Email
Dec 13, 2005
1:30 pm
4020
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...
huffdaddy0305
Offline Send Email
Dec 16, 2005
5:20 am
4021
Hi Greg, ... I don't think so - unless you have some other means of identifying the admins, e.g. a naming convention that all admins are called ...
Marc Scheuner
m_scheuner
Offline Send Email
Dec 16, 2005
5:26 am
4022
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...
huffdaddy0305
Offline Send Email
Dec 16, 2005
1:57 pm
4023
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...
getsmartpaul86
Offline Send Email
Dec 16, 2005
8:54 pm
4024
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...
Ryan Dunn
dunn_rp
Offline Send Email
Dec 16, 2005
9:14 pm
4025
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...
Paul G. Chu
getsmartpaul86
Offline Send Email
Dec 16, 2005
11:38 pm
4026
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...
getsmartpaul86
Offline Send Email
Dec 17, 2005
6:04 am
4027
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...
VERSCHUEREN Geert
sorexwow73
Offline Send Email
Dec 17, 2005
10:36 pm
Messages 3998 - 4027 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help