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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1696 - 1725 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1696
I am trying to hit ad and determine whose accounts expire in say 15 days. I don't think the code is working, it never brings back more than 1 user. Any help or...
mllam_98
Offline Send Email
Feb 2, 2004
6:37 pm
1697
Hello, Basically what I'm trying to do is bind to a particular OU with a user who is ONLY set up for that OU using Access Control Lists. They are not part of...
jstellwagen
Offline Send Email
Feb 3, 2004
1:54 am
1698
I think your math to calculate the value for the pwdLastSet comparison is fine. I think you would just want to do something like just search the domain root...
Joe Kaplan
joekaplan2003
Offline Send Email
Feb 3, 2004
5:25 am
1699
Jeff, This is interesting but what version operating system is on: a. The machine you are running the code from b. The machine hosting the ADAM instance? ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 3, 2004
1:13 pm
1700
Joe, Great answer as usual, mllam_98 please cans you post if this worked or not. If not, error's or what results where returned? Carlos Magalhaes. ... From:...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 3, 2004
1:14 pm
1701
Hi I need help with returning all members of an NT group. I using the following code to return groups to a list box on page load private const string...
mhallman2
Offline Send Email
Feb 3, 2004
1:36 pm
1702
Hello there, Could you let us know what errors or unexpected results you are achieving with the code below. We could suggest some code enhancements but before...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 3, 2004
2:04 pm
1703
Carlos, The first part of the code works fine returns all the groups I'm looking for. The second part of the code returns an error .... something like can't...
mhallman2
Offline Send Email
Feb 3, 2004
2:45 pm
1704
I am getting strange results. It works when I hit some search in some OU and not in others? For example when I look in ...
mllam_98
Offline Send Email
Feb 3, 2004
6:33 pm
1705
I suggest looking at the actual values of pwdLastSet in some of those users and compare that to the value that you are calculating and make sure that it makes...
Joe Kaplan
joekaplan2003
Offline Send Email
Feb 3, 2004
8:10 pm
1706
It seems my problem had to do with my permissions within our ad and the fact the attribute I was trying to access was not set to be visible. When they made it...
mllam_98
Offline Send Email
Feb 3, 2004
10:01 pm
1707
Excellent. Generally, pwdLastSet is visible to authenticated users, so they must have changed that. I'm glad you figured that out because I would not have...
Joe Kaplan
joekaplan2003
Offline Send Email
Feb 3, 2004
11:17 pm
1708
The code is being run from Windows2003 using VS2003 Framework 1.1. This is the same box as the ADAM instance. I know my last message was lengthy, but in a...
jstellwagen
Offline Send Email
Feb 3, 2004
11:58 pm
1709
Hi Jeff, Ok I was just Windows XP SP1 does require hot fix 817583, with out this hot fix, any program using ADSI to communicate to any Lightweight Directory ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 4, 2004
7:15 am
1710
Permissions, Permissions, Permissions, the cause of most evil, the weird thing is that you admins actually went to that level of granularity to denied...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 4, 2004
7:20 am
1711
Did you ever find an answer to this? I'm having the same issue ... working...
jstellwagen
Offline Send Email
Feb 5, 2004
6:31 am
1712
Does anyone know why binding to an AD/AM (any LDAP directory) with AuthenticationTypes.SecureSockets is so slow via a web service in win2003, but when the same...
jstellwagen
Offline Send Email
Feb 5, 2004
6:32 am
1713
Thanks, for the response, but since I'm running on 2003 and not XP, I didn't need the hotfix. Also, I knew about the LIST_CONTENTS rights, I actually assigned ...
jstellwagen
Offline Send Email
Feb 5, 2004
6:34 am
1714
Can you show us some code? Can you give us some benchmarks i.e. how slow is slow? Also can you show us some configuration like where your web server is in...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 5, 2004
10:41 am
1715
Jeff, Did you see the wonderful code that Joe Kaplan posted to change the password using a SSL connection? It is in the archives of the groups site : ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 5, 2004
3:26 pm
1716
Jeff, Did you see the wonderful code that Joe Kaplan posted to change the password using a SSL connection? It is in the archives of the groups site : ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 5, 2004
3:26 pm
1717
Do you get any SChannel errors or other messages in the event log? Is it possible that 2003 is checking the CRL of the cert, whereas the client code is not? ...
Joe Kaplan
joekaplan2003
Offline Send Email
Feb 5, 2004
3:28 pm
1718
DirectoryEntry oUser = new DirectoryEntry("LDAP://cn=" + ProjectGroups.SelectedItem + ",cn=user,DC=ACCT04,DC=US,DC=LMCO,DC=COM"); Can any one tell me if this...
mhallman2
Offline Send Email
Feb 6, 2004
6:15 pm
1719
Hey There, Sure we would love to help. Could you tell us what you are trying to active though? From what i can see the query string is correct, but it depends...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 8, 2004
9:51 am
1720
This may have a simple solution, but I can't seem to find one. Does anyone have any sample code that can take an integer access mask and return an array of...
jstellwagen
Offline Send Email
Feb 9, 2004
2:12 am
1721
... If you tell me what the "ProjectGroups.SelectedItem" holds..... Mind you - if this is a .NET ListBox or ComboBox, you'll get the whole "Item" (as a .NET...
m_scheuner
Offline Send Email
Feb 9, 2004
7:30 am
1722
... Most likely not..... ... From all I know, you have to iterate over all the enumerated type values, and "AND" each one of them with the integer value in ...
m_scheuner
Offline Send Email
Feb 9, 2004
7:34 am
1723
Hi Scot ... Why don't you have a look at my Beavertail C# browser - it does this exactly, and I employed the following basic design principles to make it as...
m_scheuner
Offline Send Email
Feb 9, 2004
7:39 am
1724
Jeff, you need to grant LIST_CONTENTS right to the VendorAdminGroup on the *parent* of OU=WellsFargo. Otherwise, members of this group can not see the ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 9, 2004
8:30 am
1725
Hi all, I have a problem binding to the AD Users Container using ADSI in my WEB application. Previuosly, I could bind, create a user easily in a windows C# ...
joryn01
Offline Send Email
Feb 9, 2004
10:41 am
Messages 1696 - 1725 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