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 4450 - 4480 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4450
Hi, I am using AD DirSync in .Net2.0 using cookies and trying to retrieve all user from a particular domain. I am getting the following errors: 1. When I run...
Vinod J Nair
vinodjnair_2000
Offline Send Email
Jun 11, 2007
3:02 am
4451
Dear Sir, I know what is the cause of your problems from my viewpoint: 1. Deadlock program can be happened when one user lock a resource and need to another...
amal ali mohamed
amal_ali_moh...
Offline Send Email
Jun 12, 2007
12:01 pm
4452
Thanks Amal for your suggestion & help. But i am looking for more input in technical terms to fix these issues. ... [Non-text portions of this message have...
vinod vjn
vinodjnair_2000
Offline Send Email
Jun 12, 2007
6:36 pm
4453
Using straight VB.NET 2005 code (ASPX), is it possible to obtain a list of the SMTP addresses associated with an Exchange 2003 mailbox by using one of those...
Richard Kline
rakline01
Offline Send Email
Jun 20, 2007
9:39 pm
4454
we have a test instance of ADAM residing in a test domain. i am trying to bind to it with an id in our production domain. i am unable to do so in ldp. is...
Greg Nims
gregnims
Offline Send Email
Jun 20, 2007
9:48 pm
4455
It depends on what you mean. If you are using a proxy user or you are trying a bind redirect, there are two different answers I think. I am guessing you are...
Ryan Dunn
dunn_rp
Offline Send Email
Jun 20, 2007
9:54 pm
4456
It depends. Is there a trust between these two domains? When you use Windows auth for binding to ADAM with a Windows user account, the authentication is...
Joe Kaplan
joekaplan2003
Offline Send Email
Jun 20, 2007
9:58 pm
4457
A mailbox is associated with an object that has a homeMDB. The addresses for that object are in the proxyAddresses attribute, so you can read that. The SMTP...
Joe Kaplan
joekaplan2003
Offline Send Email
Jun 20, 2007
10:05 pm
4458
Thank you! It works like a charm. Except I'm only retrieving a maximum of four ProxyAddresses regardless of the actual numbe associated with the mailboxr. It...
Richard Kline
rakline01
Offline Send Email
Jun 22, 2007
9:38 am
4459
I think that I see it now. The code is using the wrong count value in the line. For j = 0 To thisResult.Properties.Count Instead of a for loop, I should move...
Richard Kline
rakline01
Offline Send Email
Jun 22, 2007
10:15 am
4460
You are using the number of attributes returned as your indexer into the number of attribute values for a specific attribute. That is not correct. I'd suggest...
Joe Kaplan
joekaplan2003
Offline Send Email
Jun 22, 2007
2:15 pm
4462
Thanks! As always, your help is greatly appreciated. ________________________________ From: ADSIANDDirectoryServices@yahoogroups.com ...
Richard Kline
rakline01
Offline Send Email
Jun 22, 2007
2:49 pm
4463
Posting my question again as I didn't receive any solution to these issues. ... <vinodjnair@...> wrote: Hi, I am using AD DirSync in .Net2.0 using cookies and...
Vinod J Nair
vinodjnair_2000
Offline Send Email
Jun 22, 2007
7:26 pm
4464
If you reach your goal in this aspect. Please, send to me how you implement or recover your problems vinod vjn <vinodjnair@...> wrote:...
amal ali mohamed
amal_ali_moh...
Offline Send Email
Jun 24, 2007
1:04 pm
4465
Hi, I am able to retrieve the samAccountName, ObjectGUID properties of AD users using the Search object. But I would like to know how can i retrieve...
Vinod J Nair
vinodjnair_2000
Offline Send Email
Jun 27, 2007
10:25 am
4466
(subtitle: Riddle me this). Does anyone have an idea of which set of circumstances would produce this result? 1. Same iplanet LDAP server running on Solaris...
Richard Kline
rakline01
Offline Send Email
Jun 28, 2007
6:30 pm
4467
I'm not sure. If I were trying to debug this, I'd stick ldp.exe on each web server and execute the same basic queries that your code is executing using the...
Joe Kaplan
joekaplan2003
Offline Send Email
Jun 29, 2007
4:11 pm
4468
Hi Vinod You can do what I have done to retrieve the values. Here is the code: DirectoryEntry entry = GetDirectoryEntry(); //GetDirectoryEntry() is another...
sudeep raj
sudeep347
Offline Send Email
Jun 29, 2007
8:53 pm
4469
Thanks sudeep for your help. I would also like to know the how can we get the domain users from AD. Also, please let me know if you any idea on...
vinod vjn
vinodjnair_2000
Offline Send Email
Jun 30, 2007
2:19 am
4470
Hi Vinod Could you be specific what you mean by domain users of AD. By the code i have given you can get all the user details. Please be a bit specific. Could...
sudeep raj
sudeep347
Offline Send Email
Jul 5, 2007
8:39 pm
4471
I am using the following code to retrieve the NTAccount name of an object from a forest say OutForest using the SID of ForeignSecurityPrincipal object in my...
Vinod J Nair
vinodjnair_2000
Offline Send Email
Jul 6, 2007
8:40 am
4472
I fixed this problem by running it as a windows service. ... implement or recover your problems ... Thanks Amal for your suggestion & help. But i am looking...
Vinod J Nair
vinodjnair_2000
Offline Send Email
Jul 6, 2007
8:42 am
4473
Hi, I have written an application in VC 6.0 using Active Directory Service Interfaces to talk with Active Directory. Can I use the same, Active Directory...
asawaricjoshi
Offline Send Email
Jul 6, 2007
10:12 am
4474
In general, yes, but you may run into a few issues. It depends greatly on whether or not ADSI will succeed in reading the directory's schema or not. You also...
Joe Kaplan
joekaplan2003
Offline Send Email
Jul 7, 2007
5:00 am
4475
I have been following the tutorial How To: Use ADAM <http://msdn2.microsoft.com/en-us/library/ms998331.aspx> for Roles in ASP.NET 2.0 on a stand-alone winXP...
Aaron Seet
valoryea
Offline Send Email
Jul 8, 2007
5:05 am
4476
I found what's the problem to 7a) the roleManager's provider (RoleManagerAzManADAMProvider) had a typo error to the applicationName, leading to element not...
Aaron Seet
valoryea
Offline Send Email
Jul 8, 2007
9:01 am
4477
I'm trying to write an application that extracts info from AD regarding devices, particularly workstations. How do I determine whether a device is ENABLED or...
michaelbarber1957
michaelbarbe...
Offline Send Email
Jul 10, 2007
3:07 pm
4478
... UseraccountControl value will tell You this: http://support.microsoft.com/kb/305144 -- Tomasz Onyszko http://www.w2k.pl/ - (PL) ...
Tomasz Onyszko
t_onyszko
Offline Send Email
Jul 10, 2007
3:19 pm
4479
Discovered the problem - ASPNET must be assigned Reader role to the ADAM partition <http://icelava.net/forums/1554/ShowThread.aspx> itself in order to access...
Aaron Seet
valoryea
Offline Send Email
Jul 12, 2007
4:07 pm
4480
Vinod, This question has been asked already in at least 3 locations. Please work with us when we try to help you. It is considered impolite to ask the same ...
Ryan Dunn
dunn_rp
Offline Send Email
Jul 12, 2007
8:56 pm
Messages 4450 - 4480 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