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 2877 - 2906 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2877
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...
Sameh Ahmed Abdel Fat...
essopluss
Offline Send Email
Mar 1, 2005
12:32 pm
2878
... 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...
Marc Scheuner
m_scheuner
Offline Send Email
Mar 1, 2005
2:10 pm
2879
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...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 1, 2005
3:08 pm
2880
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...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 1, 2005
3:09 pm
2881
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...
BILLNOSPAM
williambelli...
Offline Send Email
Mar 1, 2005
4:00 pm
2882
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...
Matias Woloski
woloskim
Offline Send Email
Mar 3, 2005
2:00 pm
2883
Likely your impersonated credentials are not getting delegated properly. This usually happens when NTLM is used instead of Kerberos. Here are common...
Ryan Dunn
dunn_rp
Offline Send Email
Mar 3, 2005
2:27 pm
2884
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....
Bruce Krasnof
brucekrasnof
Offline Send Email
Mar 3, 2005
2:35 pm
2885
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....
wfbinder
Offline Send Email
Mar 3, 2005
2:56 pm
2886
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...
Ryan Dunn
dunn_rp
Offline Send Email
Mar 3, 2005
3:39 pm
2887
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...
jdaspinw
Offline Send Email
Mar 3, 2005
3:59 pm
2888
Ryan, Thanks for the help. Your sugggestion number 1 worked exactly as I needed. Bill B ... group ... ways ... DirectorySearcher ... will ... to ... only ... ...
wfbinder
Offline Send Email
Mar 3, 2005
4:49 pm
2889
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 ...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 3, 2005
4:59 pm
2890
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...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 3, 2005
5:01 pm
2891
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...
eng_shaima1183
Offline Send Email
Mar 3, 2005
5:20 pm
2892
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...
BILLNOSPAM
williambelli...
Offline Send Email
Mar 3, 2005
5:41 pm
2893
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...
Matias Woloski
woloskim
Offline Send Email
Mar 3, 2005
6:42 pm
2894
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...
M. Irfan Saeed
irfansaeeds
Offline Send Email
Mar 3, 2005
6:45 pm
2895
What is the point of impersonating with LogonUser in this case? Why not just pass the credentials directly to the DirectoryEntry? It seems more ...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 3, 2005
7:26 pm
2896
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...
eng_shaima1183
Offline Send Email
Mar 3, 2005
7:59 pm
2897
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...
Matias Woloski
woloskim
Offline Send Email
Mar 3, 2005
8:03 pm
2898
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...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 3, 2005
8:50 pm
2899
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...
Send Email
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))" ...
Marc Scheuner
m_scheuner
Offline Send Email
Mar 4, 2005
6:31 am
2901
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: ...
Bruce Krasnof
brucekrasnof
Offline Send Email
Mar 4, 2005
12:16 pm
2902
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 Kaplan
joekaplan2003
Offline Send Email
Mar 4, 2005
2:41 pm
2903
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...
Ryan Dunn
dunn_rp
Offline Send Email
Mar 4, 2005
7:40 pm
2904
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...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 4, 2005
10:47 pm
2905
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...
Sameh Ahmed
essopluss
Offline Send Email
Mar 5, 2005
5:06 am
2906
You just need to make a small calculation based on the 'lockoutDuration'. I have a sample on how to do this here: ...
Ryan Dunn
dunn_rp
Offline Send Email
Mar 5, 2005
5:13 pm
Messages 2877 - 2906 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