Dear Joe Sorry for the late answer but was quite busy with other stuff and did not want to reply before I make sure of the following NO restrictions have been...
... You can't do that in ADSI - AD is a STATIC repository of information on computers, users, groups and so forth - but it's *NOT* a dynamic system-monitoring...
I'm still confused by this. When you granted rights to read tokenGroupsGlobalAndUniversal, were they able to read that? You can also use it if you want. It...
I don't know of any easy way to do this without cracking into the DACL. Reset Password is an Extended Right, not a simple property set, so I don't think it...
I think I missunderstood the question. Anyhow thanks for correcting it. Also Joe thanks for the response. I was hoping for a different answer other than...
Hi, I have a website that runs on IIS with Anonymous Authentication, using the tag <identity impersonate="false"> on the Web.config file. The ASP.Net thread is...
Likely your impersonated credentials are not getting delegated properly. This usually happens when NTLM is used instead of Kerberos. Here are common...
Hi Matias, some experts (which I'm not) will help you with your main problem I'm sure, but I think there's still a bug with the .FindOne() method in .net....
I am using the CN= property of a user's DirectoryEntry in a DirectorySearcher filter to retrieve the Properties of the Groups the specific user is a member of....
The joys of unravelling groups. If you only care about direct group membership and not nested relationships, there are a couple easy ways to figure out the...
From what I've read thus far, it appears that binding to a domain where no trust exists is possible with S.DS, but there are two domains within our network...
Ryan, Thanks for the help. Your sugggestion number 1 worked exactly as I needed. Bill B ... group ... ways ... DirectorySearcher ... will ... to ... only ... ...
FindOne was fixed in the latest service packs, just in case anyone was wondering. The actual bug was a memory leak that occured because the underlying ...
You should be able to get this to work. Code sample would be helpful. The other thing I recommend is try doing the bind in ldp.exe. If you can get it to...
Hello... I need your help with my program. I don't know if there is a way to search for a password in a group. Or a method for enumerate the number for users...
According to this link: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adschema/adschema/a_userpassword.asp userPassword is a write only...
The scenario here doesn't involve integrated security. The browser is not logged in the domain. So we need to impersonate that user instead in the webserver...
Deal All, This is my second main on this group... and really want to say thanks to all those who reply me against my first mail.... Okay comming to main...
Thanks a lot about this information. My real purpose is to build a site using ASP.NET from visual C#.NET, in the site there are many text fields such as the...
Thanks Joe, That was the answer I was looking for. So to understand a bit more. Calling the DirectorySearcher with a DirectoryEntry with user and password will...
Right. LDAP is essentially based on creating a peristent connection to the server and binding to that connection with some credentials to make the connection...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ADSIANDDirectoryServices group. File...
ADSIANDDirectoryServi...
Mar 3, 2005 9:09 pm
2900
... Again - use the DirectorySearcher that I mentioned before, and this time, use the following filter "(&(objectCategory=Computer)(objectClass=Computer))" ...
Joe, which Service Pack was it fixed in so I can make sure I have the right one. I checked the fixes in the Framework 1.1 SP1 but didn't see it there: ...
It is in SP1 for .NET 1.1 and SP3 for .NET 1.0. It sure would be nice if they'd get their fixes anounced in the release notes. I'm not sure why that isn't...
Joe, I have the .NET SP1 for v1.1 installed, and the memory leak is not fixed in this version. Use Reflector and you can see that it still is using the same...
Man, you are right. I stared at the same code and concluded just the opposite. Good thing I'm not actually writing code today. Stupid cold medicine! I need...
Hello everybody Get well soon joe:) I am trying to determine if a user account is lockout or not. Things work fine Unless the lockout duration passes and the...