RE: [ActiveDir] AD Users and Computers

2002-03-07 Thread shawn . hayes
Title: Message Thanks Greg -- Anyone know how I can set the Name value equal to the DisplayName value for the old users? -Original Message-From: Greg Carey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 6:08 PMTo: [EMAIL PROTECTED]Subject: RE:

Re: [ActiveDir] LDAP Query Logging

2002-03-07 Thread Tony Murray
I get the same result. This is strange. If I do the same thing on an Exchange 5.5 server (set diagnostic logging for LDAP interface events to maximum), I get a whole heap of detail. Tony -- Original Message -- From: Al Lilianstrom [EMAIL PROTECTED]

RE: [ActiveDir] AD Users and Computers

2002-03-07 Thread Hutchins, Mike
Title: Message Disregard this message.. I seemed to have forgotten to read all of the original post.. Sorry.. -Original Message-From: Hutchins, Mike [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 7:57 AMTo: '[EMAIL PROTECTED]'Subject: RE: [ActiveDir] AD Users and

Recall: [ActiveDir] AD Users and Computers

2002-03-07 Thread Hutchins, Mike
Hutchins, Mike would like to recall the message, [ActiveDir] AD Users and Computers. List info : http://www.activedir.org/mail_list.htm List FAQ: http://www.activedir.org/list_faq.htm List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

RE: [ActiveDir] AD Users and Computers

2002-03-07 Thread Greg Carey
Title: Message Either by hand or more probably by ADSI script something like this... adsPath = "LDAP://cn=Users,dc=mydomainr,dc=com" 'Connectto ADSet adsDomain = GetObject(adsPath) ' apply a filter to retrieve only objects of class UseradsDomain.Filter = Array("User") ' iterate all user

RE: [ActiveDir] AD Users and Computers

2002-03-07 Thread Greg Carey
Title: Message Update - It was brought to my attention that this should actually be a move since it's an object rename. Try this code instead: adsPath = "LDAP://cn=Users,dc=mydomainr,dc=com" 'Connectto ADSet adsDomain = GetObject(adsPath) ' apply a filter to retrieve only objects of class

[ActiveDir]

2002-03-07 Thread jmorgan
+OK 1775 octets Return-Path: [EMAIL PROTECTED] Received: from mail.activedir.org (mail.activedir.org [64.245.160.7]) by westhost4.westhost.net (8.11.6/8.11.6) with ESMTP id g26KSff14282 for [EMAIL PROTECTED]; Wed, 6 Mar 2002 14:28:41 -0600 Received: from

[ActiveDir]

2002-03-07 Thread jmorgan
+OK 1775 octets Return-Path: [EMAIL PROTECTED] Received: from mail.activedir.org (mail.activedir.org [64.245.160.7]) by westhost4.westhost.net (8.11.6/8.11.6) with ESMTP id g26KSff14282 for [EMAIL PROTECTED]; Wed, 6 Mar 2002 14:28:41 -0600 Received: from

[ActiveDir]

2002-03-07 Thread jmorgan
+OK 1775 octets Return-Path: [EMAIL PROTECTED] Received: from mail.activedir.org (mail.activedir.org [64.245.160.7]) by westhost4.westhost.net (8.11.6/8.11.6) with ESMTP id g26KSff14282 for [EMAIL PROTECTED]; Wed, 6 Mar 2002 14:28:41 -0600 Received: from

[ActiveDir]

2002-03-07 Thread jmorgan
+OK 1775 octets Return-Path: [EMAIL PROTECTED] Received: from mail.activedir.org (mail.activedir.org [64.245.160.7]) by westhost4.westhost.net (8.11.6/8.11.6) with ESMTP id g26KSff14282 for [EMAIL PROTECTED]; Wed, 6 Mar 2002 14:28:41 -0600 Received: from

RE: [ActiveDir] Web admin tool

2002-03-07 Thread Bryan Schlegel
I believe the documentation says that it does not, my domain is in native so I could not tell you otherwise. -b -Original Message- From: Jason Benway [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 1:23 PM To: '[EMAIL PROTECTED]' Subject: RE: [ActiveDir] Web admin tool Does

[ActiveDir] Coldfusion AD query tool.

2002-03-07 Thread Maers, Chris
Has any written a cf query tool using ldap. I am trying to do this against Exchange 2K for address and phone number lookups. I set a page up to do Bigfoot ldap queries and it works fine. Getting credentials errors when running the query. Any help would be great. Thanks