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...
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...
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...
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...
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...
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...
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 -...
From my first book, using ADSI, not S.DS. CreateUserWithMail.wsf <job id="CreateUserWithMail"> <reference guid="{97D25DB0-0363-11CF-ABC4-02608C9E7553}"/> ...
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...
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...
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, Are you doing this in VB or C#? Jason ... From: Carlos Magalhaes <CarlosM@...> Reply-To: ADSIANDDirectoryServices@yahoogroups.com Date: Fri, 7...
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...
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...
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.. ...
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...
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...
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...
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...
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.. ...
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...
Quick code fix: Myresults = searcher.FindAll() should be Myresults = Mysearcher.FindAll() ... From: Carlos Magalhaes Sent: 11 February 2003 10:41 AM To:...
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@...
Feb 11, 2003 11:36 am
26
ADSIANDDirectoryServices-unsubscribe@yahoogroups.com ... From: "John R. O'Brien" <john@...> Reply-To: ADSIANDDirectoryServices@yahoogroups.com ...
steve
steve@...
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...
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...