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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 2324 - 2353 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2324
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...
Graeme Dawkins
greamegar
Offline Send Email
Sep 1, 2004
1:27 pm
2325
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...
Brad Berson
rectaltronics
Offline Send Email
Sep 1, 2004
2:40 pm
2326
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...
Yantis, Richard
yantran52
Offline Send Email
Sep 1, 2004
3:21 pm
2327
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.....
Alston Wayne WJ
tutartis
Offline Send Email
Sep 1, 2004
7:24 pm
2328
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...
bruccutler
Offline Send Email
Sep 3, 2004
5:56 pm
2329
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...
Carlos Magalhaes
carloshoshm
Offline Send Email
Sep 6, 2004
3:20 pm
2330
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. ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Sep 6, 2004
3:27 pm
2331
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...
Alston Wayne WJ
tutartis
Offline Send Email
Sep 6, 2004
3:28 pm
2332
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...
Carlos Magalhaes
carloshoshm
Offline Send Email
Sep 6, 2004
3:34 pm
2333
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 ...
Alston Wayne WJ
tutartis
Offline Send Email
Sep 6, 2004
3:52 pm
2334
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...
Carlos Magalhaes
carloshoshm
Offline Send Email
Sep 6, 2004
5:08 pm
2335
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...
Alston Wayne WJ
tutartis
Offline Send Email
Sep 6, 2004
5:18 pm
2336
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...
Carlos Magalhaes
carloshoshm
Offline Send Email
Sep 6, 2004
5:24 pm
2337
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...
Alston Wayne WJ
tutartis
Offline Send Email
Sep 6, 2004
6:00 pm
2338
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...
gaoming_fu
Offline Send Email
Sep 7, 2004
8:20 pm
2339
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...
Dot Net
desarrollodo...
Offline Send Email
Sep 8, 2004
2:16 am
2340
... Can you show us some code that shows how you authenticate? How you bind to the Active Directory? Marc...
Marc Scheuner
m_scheuner
Offline Send Email
Sep 8, 2004
5:59 am
2341
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...
Carlos Magalhaes
carloshoshm
Offline Send Email
Sep 8, 2004
11:02 am
2342
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...
Carlos Magalhaes
carloshoshm
Offline Send Email
Sep 8, 2004
11:03 am
2343
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...
Carlos Magalhaes
carloshoshm
Offline Send Email
Sep 8, 2004
11:05 am
2344
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...
mlb1232000
Offline Send Email
Sep 8, 2004
8:01 pm
2345
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 Kaplan
joekaplan2003
Offline Send Email
Sep 8, 2004
9:47 pm
2346
Joe, Worked like a charm. Thanks for the information! Mike ... your ... objects in ... You'll need ... manage ... domain/forest, but ... as you ... that ... ...
mlb1232000
Offline Send Email
Sep 9, 2004
9:20 pm
2347
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...
nmangtani
Offline Send Email
Sep 10, 2004
8:03 am
2348
... 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...
Marc Scheuner
m_scheuner
Offline Send Email
Sep 10, 2004
11:54 am
2349
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 ...
Joe Kaplan
joekaplan2003
Offline Send Email
Sep 10, 2004
3:13 pm
2350
Hi, I am trying to write a basic VBS to read the AD in our organisation using the following code: SQLStmt = "SELECT cn FROM...
Krishnan Ramachandran
ramlivs
Offline Send Email
Sep 10, 2004
4:22 pm
2351
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...
Steven Klem
steve_klem01
Offline Send Email
Sep 10, 2004
5:41 pm
2352
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...
Saurabh Lakhia
saurabhlakhia
Offline Send Email
Sep 13, 2004
2:07 am
2353
Hi, sorry I was away.. tried your suggestion.. But no change :-( dl-mem-submit-perms refuses to show itself Wayne ... From: Carlos Magalhaes...
Alston Wayne WJ
tutartis
Offline Send Email
Sep 13, 2004
6:04 am
Messages 2324 - 2353 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