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 1 - 30 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
I am having an issue retrieving all property values for LDAP object entries in a SecureWay v3.2.1 DB2 instance. . . using asp.net. . . Several of the standard...
sporkboy_269 <iacchos...
sporkboy_269
Offline Send Email
Jan 30, 2003
7:31 pm
2
If you are running this as Anonymous Access site, the only way to get access to AD is to either impersonate and change IUSR_Machinename to domain user, or bind...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jan 30, 2003
8:21 pm
3
Just had a hard time with this, so I figured I would post it because it might save someone some headaches... Win2k SP3 apparently fixes a bug that caused...
Chris Taylor <webmast...
aspmatrixcom
Offline Send Email
Feb 4, 2003
5:48 pm
4
Does anyone have information on how to create a E2K Mailbox with Directory Services. Let me know. CM ... This email and any files transmitted are confidential...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 6, 2003
2:42 pm
5
Hi To create an E2K mailbox you can use CDOEXM libraries along with directory services or you can set the homeMDB property of the user Object to mailbox store...
EXTERN Subramanyam Sr...
nssrinivasulu
Offline Send Email
Feb 6, 2003
2:59 pm
6
Create the user as usual and then set the following properties on the user object. The Reciepient Update Service will take care of the rest. wscript.echo "Now...
Mark Dewell
mdewell2
Offline Send Email
Feb 6, 2003
3:02 pm
7
Ooops forgot a bit. The earlier code will work, but RUS fails to set the correct security permissions and the user will not be able access public folders -...
Mark Dewell
mdewell2
Offline Send Email
Feb 6, 2003
3:09 pm
8
From my first book, using ADSI, not S.DS. CreateUserWithMail.wsf <job id="CreateUserWithMail"> <reference guid="{97D25DB0-0363-11CF-ABC4-02608C9E7553}"/> ...
Charles Oppermann
chuckop
Offline Send Email
Feb 6, 2003
5:56 pm
9
Thank you , in a few days I will recode this using DirectoryServices (there is absolutely nothing wrong with using straight ADSI just want to show people how...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 6, 2003
7:02 pm
10
I hit the RUS error , but read Srividya post with that link before you posted) and it also gave a few pointers, and a diffrent way to do it. Check that link...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 6, 2003
7:19 pm
11
<CarlosM@... is posting this on Behalf of John.Mirochnik@...> Hi, I installed MS EXchange 2000 on the web server and tried running an asp that ...
Carlos Magalhaes <Car...
carloshoshm
Offline Send Email
Feb 6, 2003
8:07 pm
12
Hi all, As I am coming closer to completing the first in a 4 part article and posting it, I want to make sure I don't leave anything out that any of you out...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 7, 2003
1:07 pm
13
Carlos, Are you doing this in VB or C#? Jason ... From: Carlos Magalhaes <CarlosM@...> Reply-To: ADSIANDDirectoryServices@yahoogroups.com Date: Fri, 7...
Jason Gaylord
jaygaylord
Offline Send Email
Feb 8, 2003
2:09 pm
14
Jason, The code samples will be in both in VB.NET and C#, unless there is a request(s) to have only one language in the articles. Why what language would you...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 9, 2003
10:12 am
15
Hi, all, I am new to Active Directory programming. I want to access Active Directory for user full name and email address, but I couldn't get them. My code to...
Shan Wang
shan_wang2000
Offline Send Email
Feb 10, 2003
3:45 pm
16
Hi all, I'm trying to use a SQL query type approach for querying our LDAP server, but I'm getting stuck trying to figure out how to retrieve some attributes.. ...
eyuzwa <wazoo@...>
eyuzwa
Offline Send Email
Feb 10, 2003
6:42 pm
17
Hey Shan, I noticed that you did request a VB.NET example in the previous post on a diffrent group before you posted here so here is a vb.net example that will...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 10, 2003
8:08 pm
18
Hello , This is interesting, can you show us a bit more code from your example so that we can see how you are actually interfacing to the directory. This will...
Carlos Magalhaes <Car...
carloshoshm
Offline Send Email
Feb 10, 2003
8:18 pm
19
Hi Carlos, thanks for the quick reply! Okay here's how I'm doing it with some VBScript inside an ASP page. [begin source] Dim objConn, objCommand, objRS Set...
eyuzwa <wazoo@...>
eyuzwa
Offline Send Email
Feb 10, 2003
8:28 pm
20
I just need to ask you why are you trying to use this type of "SQL query" to the LDAP directory? It would be much simpler to use normal ADSI and or...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 10, 2003
8:42 pm
21
Hi, Carlos, Thanks for your code. I tried to use it to get the information I need but failed. The filter I used is: mySearcher.Filter = "(CN=Users)" I also...
shan_wang2000 <shan_w...
shan_wang2000
Offline Send Email
Feb 10, 2003
9:07 pm
22
thanks a lot Carlos again. Yeah I guess it would be easier just porting the queries over to ADSI rather than getting this clunky method to work properly.. ...
eyuzwa <wazoo@...>
eyuzwa
Offline Send Email
Feb 10, 2003
11:05 pm
23
Hello Shan, Ok it's difficult to see what is happening with out the full code you are testing (and I know I posted the code but I don't know what parameters...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 11, 2003
8:44 am
24
Quick code fix: Myresults = searcher.FindAll() should be Myresults = Mysearcher.FindAll() ... From: Carlos Magalhaes Sent: 11 February 2003 10:41 AM To:...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 11, 2003
8:46 am
25
subscribe John R. O'Brien Home 410 352 3614 Cell 443 497 2017 FAX 801 849 7589 [Non-text portions of this message have been removed]...
John R. O'Brien
john@...
Send Email
Feb 11, 2003
11:36 am
26
ADSIANDDirectoryServices-unsubscribe@yahoogroups.com ... From: "John R. O'Brien" <john@...> Reply-To: ADSIANDDirectoryServices@yahoogroups.com ...
steve
steve@...
Send Email
Feb 11, 2003
1:04 pm
27
I tried to open AD snap-in from the MMC and got the following message: "Naming information cannot be located because: library not registered" Does someone know...
ngogic <ngogic@...>
ngogic
Offline Send Email
Feb 11, 2003
2:41 pm
28
Was this on the Domain Controller, and what Windows Version plus what SP are you running? ... From: ngogic <ngogic@...> [mailto:ngogic@...] Sent:...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 11, 2003
2:44 pm
29
Shan - Here is some C# code that does what you were looking for: private void DisplayUserDetails(string w2kLogin) { string adPath =...
dunn_rp <dunn_rp@...>
dunn_rp
Offline Send Email
Feb 11, 2003
3:55 pm
30
Hi, Carlos I finally got it. Thanks so much for your help. Shan ... Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day [Non-text portions of...
Shan Wang
shan_wang2000
Offline Send Email
Feb 11, 2003
5:07 pm
Messages 1 - 30 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