Hi Have gone thru archives, Microsoft scripting guide and google and cannot find the answer to this ..... is it possible, via vb6, to search AD and find what...
It looks to me like if you roughly follow the MS Scripting Guide's examples for querying for user attributes and ask for distinguishedName, you should be able...
Graeme- Here is some VB6 code we have been using. GETUSER finds the user (mobjUSR) and then calls GETUSERINFO to get the user properties, including the parent...
can anyone offer advice on how I can get at the 'dl-mem-submit-perms' attribute for a group? I have no problem getting 'auth-orig' or any of the attributes.....
I want to get a list of the Active Directory Domains programmatically like you can do when selecting Manage domains and trusts from the Manage Your Server...
Wayne, What's interesting is that you don't see this attribute in ldp, that uses pure ldap calls. When you use the exchange admin tool do you use the same...
Right so you want to return all the trusts in your domain, I know this has been asked before, ahhh here we go the link to the original post and the answers. ...
Hi, I am using the same login credentials.. The admin user has full rights, as far as ldp and my code is concerned, the attribute remains invisible :-( I have...
Hmm ok, Can you show us the code that allows you to modify that attribute (which is working) I just want to have a look at it. When you say you tried the 'I...
I am not sure if this will help as the code is written in perl [a 2000 line script] :-( and is just one of many attributes that can be added/modified or ...
Wayne, This is really wired the only reason you might not be able to view these attributes are: 1. It does not exist on that specific object 2. You do not have...
Absolutely.. It is even running on the same server! I have tried a number of dlists that definitely have the attribute set and all attributes are visible Using...
Ok , I know this is going to sound pointless but I still want to check can you talk me step by step how you connecting via ldp and trying to get the attribute...
Under the exchange admin tool I created a brand new dlist 'aatest' and added both an exchange recipient and 'aatest' under delivery restrictions This is a cut...
Hi all, When I use LDAP to search objects in trusted domains, some trusted domains will give me message "The serer is not operational". I do not know why. When...
Hi, I have an ASP.Net App that uses Active Directory for Authentication. I have two developer environments (Win 2000 Pro, Win XP Pro). The app is working with...
The question "is it possible to find all forest in AD" is interesting, it all depends on the trusts between the forests and if you not running Windows 2003...
Also are you accessing the web application from the machine that is hosting the website, or are you accessing the web application from a separate machine to...
Wayne, Can you try something for me, with LDP, select the options menu then select search in Attributes can you add dl-mem-submit-perms to that attribute...
All, General question (at this point): Is it possible to write an ASP.NET application that can create objects in several different AD domains across different...
S.DS allows you to supply explicit server names and credentials in your DirectoryEntry binds, so it is entirely possible to manipulate objects in any domain...
Joe, Worked like a charm. Thanks for the information! Mike ... your ... objects in ... You'll need ... manage ... domain/forest, but ... as you ... that ... ...
Hi guys, I have a ASP.NET app which uses Windows Active Directory Services for retrieving user information and for validation purpose. This application uses...
... Can you show us some code showing how you set up your DirectorySearcher, and how you call .FindOne(), please? Hard to say anything without seeing what...
I suspect a change in the security context as well. This is most likely to have occurred if the DirectoryEntry you are using for the search root object ...
Hi Ram, What are the symptoms of the problem? Does the script throw an error? Does it not return any objects, or does it only return some of the objects? I...
Hi , I am using ADAM ADMINISTRATION TOOL , dsdiag.exe and I want to display the output on ASP textbox or ASP.NET Label control, I am getting the output but It...