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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
(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...
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...
Hi Vinod You can do what I have done to retrieve the values. Here is the code: DirectoryEntry entry = GetDirectoryEntry(); //GetDirectoryEntry() is another...
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...
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...
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...
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...
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...
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...
I found what's the problem to 7a) the roleManager's provider (RoleManagerAzManADAMProvider) had a typo error to the applicationName, leading to element not...
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...
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...
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 ...