RE: [ActiveDir] AD in .NET Visual Basic

2004-01-16 Thread De Schepper Marc
=*) joe From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mulnick, AlSent: Thursday, January 15, 2004 9:19 AMTo: '[EMAIL PROTECTED]'Cc: '[EMAIL PROTECTED]'Subject: RE: [ActiveDir] AD in .NET Visual Basic Yep. Didn't mean to indicate otherwise Carlos, just that his bind

RE: [ActiveDir] AD in .NET Visual Basic

2004-01-16 Thread joe
: RE: [ActiveDir] AD in .NET Visual Basic Has anyone noticed that you can do (objectCategory=user) or (objectCategory=contact) instead of ((objectCategory=person)(objectClass=user))? Im not sure I understand why this works, but it does. The other thing I have noticed is that the first two

RE: [ActiveDir] AD in .NET Visual Basic

2004-01-15 Thread Carlos Magalhaes
Title: RE: [ActiveDir] AD in .NET Visual Basic Marc, I would also STRONGLY recommend you dont do this, the amount of overhead you have on your server for one and the time taken to return the results will really make life a nightmare. You have been provided with the link to the paging

RE: [ActiveDir] AD in .NET Visual Basic

2004-01-15 Thread Mulnick, Al
: [ActiveDir] AD in .NET Visual Basic Marc, I would also STRONGLY recommend you don't do this, the amount of overhead you have on your server for one and the time taken to return the results will really make life a nightmare. You have been provided with the link

RE: [ActiveDir] AD in .NET Visual Basic

2004-01-15 Thread joe
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mulnick, AlSent: Thursday, January 15, 2004 9:19 AMTo: '[EMAIL PROTECTED]'Cc: '[EMAIL PROTECTED]'Subject: RE: [ActiveDir] AD in .NET Visual Basic Yep. Didn't mean to indicate otherwise Carlos, just that his bind

RE: [ActiveDir] AD in .NET Visual Basic

2004-01-15 Thread joseph . e . kaplan
of these objectCategory queries work. Anyone know? Joe K. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of joe Sent: Thursday, January 15, 2004 7:55 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [ActiveDir] AD in .NET Visual Basic I think his filter

RE: [ActiveDir] AD in .NET Visual Basic

2004-01-15 Thread Carlos Magalhaes
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mulnick, Al Sent: Thursday, January 15, 2004 9:19 AM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: [ActiveDir] AD in .NET Visual Basic Yep. Didn't mean to indicate otherwise Carlos, just that his bind

[ActiveDir] AD in .NET Visual Basic

2004-01-14 Thread De Schepper Marc
Hey all, I'm trying to walk my first steps in .NET Visual Basic and I want to create a Web App to provide our people an interface to run some common tasks (since they won't follow procedures) Is there someone who could help me with a simple sample app in ASP.NET that queries the AD and

RE: [ActiveDir] AD in .NET Visual Basic

2004-01-14 Thread Carlos Magalhaes
Title: RE: [ActiveDir] AD in .NET Visual Basic Hello Marc, Welcome to the world of System.DirectoryServices. Could you please post the extended error to the list? Just a few things, 1. You should specify a search filter for your query, this will limit the amount of time it takes for your

RE: [ActiveDir] AD in .NET Visual Basic

2004-01-14 Thread Mulnick, Al
: De Schepper Marc [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 2:24 PM To: [EMAIL PROTECTED] Subject: [ActiveDir] AD in .NET Visual Basic Hey all, I'm trying to walk my first steps in .NET Visual Basic and I want to create a Web App to provide our people an interface to run some

RE: [ActiveDir] AD in .NET Visual Basic

2004-01-14 Thread joe
Title: RE: [ActiveDir] AD in .NET Visual Basic NO do not do this.Incorrect answer. The proper way to handle this is to specify a page size in the calls to active directory, something less than 1000 and then retrieve the data in multiple pages. I would hate to see someone slowly increasing