I know nothing about Exchange but, are you sure that MS' LDAP interface
doesnt' either require SSL or use NTLM credentials? Have you tried
monitoring network traffic between the two to see what's going on? What does
the documentation say? And post the error if possible.

Steve

-----Original Message-----
From: Eric Fickes [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 06, 2000 10:20 PM
To: CF-Talk
Subject: RE: CFLDAP


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C04869.A59B8590
Content-Type: text/plain;
        charset="iso-8859-1"

I realize this doesn't help too much, but I'm fighting w/CFLDAP myself.  I'm
trying to query an MS Exch5.5 server on win2k and the best I can get form CF
is "Invalid credentials".  This error message sounds like either a login
problem, or a query problem, but I can't figure it out.  I doubt it's a
login problem.  Does anybody out there have any suggestions from CFLDAP
working w/MS EXCH5.5?  Or EXCH2k for that matter.

Eric

-----Original Message-----
From: Gena [mailto:[EMAIL PROTECTED]]

I'm fighting with the same problem.

The best result I could achieve is:

> <cfldap action="QUERY"
>         name="entrytest1"
>         attributes="dn, subschemasubentry"
>         start=""
>         scope="BASE"
>         startrow="1"
>         filter="objectclasss=*"
>         server="xxx.xxx.xxx.xxx">
>
> <cfoutput query="entrytest1">
> DN: Root DSE<br>
> subschemaSubEntry: #subschemasubentry#<BR><BR>
> </cfoutput>


Regards,
Gennadi


----- Original Message -----
From: "Jenny Anderson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, November 07, 2000 3:43 AM
Subject: CFLDAP


> Hello:
>
> I have a problem with our NT 4.0 server, running service pack 4 and
> ColdFusion Server 4.5.  I am unable to make any connections to our own
LDAP
> server or any LDAP server available on the internet.  Unfortunately the
> error message is...not helpful.  All it can tell me is "CFLDAP
> Can't connect to the LDAP server."  And the documentation is lacking at
> best.  Are there any suggestions as to what changes I might need to make
or
> additional documentation/resources for CFLDAP?
>
> Thanks!
>
> Jenny
> ________________________
> Jenny Anderson
>
> Moody Bible Institute
> Education Technology Services
> Web Tech
>
> email: [EMAIL PROTECTED]
>
> --------------------------------------------------------------------------
----------------------
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
>

----------------------------------------------------------------------------
--------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

------_=_NextPart_001_01C04869.A59B8590
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12">
<TITLE>RE: CFLDAP</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>I realize this doesn't help too much, but I'm =
fighting w/CFLDAP myself.&nbsp; I'm trying to query an MS Exch5.5 =
server on win2k and the best I can get form CF is &quot;Invalid =
credentials&quot;.&nbsp; This error message sounds like either a login =
problem, or a query problem, but I can't figure it out.&nbsp; I doubt =
it's a login problem.&nbsp; Does anybody out there have any suggestions =
from CFLDAP working w/MS EXCH5.5?&nbsp; Or EXCH2k for that =
matter.</FONT></P>

<P><FONT SIZE=3D2>Eric</FONT>
</P>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Gena [<A =
HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]</FONT>
</P>

<P><FONT SIZE=3D2>I'm fighting with the same problem.</FONT>
</P>

<P><FONT SIZE=3D2>The best result I could achieve is:</FONT>
</P>

<P><FONT SIZE=3D2>&gt; &lt;cfldap action=3D&quot;QUERY&quot;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
name=3D&quot;entrytest1&quot;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
attributes=3D&quot;dn, subschemasubentry&quot;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
start=3D&quot;&quot;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
scope=3D&quot;BASE&quot;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
startrow=3D&quot;1&quot;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
filter=3D&quot;objectclasss=3D*&quot;</FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
server=3D&quot;xxx.xxx.xxx.xxx&quot;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;cfoutput =
query=3D&quot;entrytest1&quot;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; DN: Root DSE&lt;br&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; subschemaSubEntry: =
#subschemasubentry#&lt;BR&gt;&lt;BR&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/cfoutput&gt;</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>Regards,</FONT>
<BR><FONT SIZE=3D2>Gennadi</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>----- Original Message -----</FONT>
<BR><FONT SIZE=3D2>From: &quot;Jenny Anderson&quot; =
&lt;[EMAIL PROTECTED]&gt;</FONT>
<BR><FONT SIZE=3D2>To: &quot;CF-Talk&quot; =
&lt;[EMAIL PROTECTED]&gt;</FONT>
<BR><FONT SIZE=3D2>Sent: Tuesday, November 07, 2000 3:43 AM</FONT>
<BR><FONT SIZE=3D2>Subject: CFLDAP</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>&gt; Hello:</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; I have a problem with our NT 4.0 server, =
running service pack 4 and</FONT>
<BR><FONT SIZE=3D2>&gt; ColdFusion Server 4.5.&nbsp; I am unable to =
make any connections to our own</FONT>
<BR><FONT SIZE=3D2>LDAP</FONT>
<BR><FONT SIZE=3D2>&gt; server or any LDAP server available on the =
internet.&nbsp; Unfortunately the</FONT>
<BR><FONT SIZE=3D2>&gt; error message is...not helpful.&nbsp; All it =
can tell me is &quot;CFLDAP</FONT>
<BR><FONT SIZE=3D2>&gt; Can't connect to the LDAP server.&quot;&nbsp; =
And the documentation is lacking at</FONT>
<BR><FONT SIZE=3D2>&gt; best.&nbsp; Are there any suggestions as to =
what changes I might need to make</FONT>
<BR><FONT SIZE=3D2>or</FONT>
<BR><FONT SIZE=3D2>&gt; additional documentation/resources for =
CFLDAP?</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; Thanks!</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; Jenny</FONT>
<BR><FONT SIZE=3D2>&gt; ________________________</FONT>
<BR><FONT SIZE=3D2>&gt; Jenny Anderson</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; Moody Bible Institute</FONT>
<BR><FONT SIZE=3D2>&gt; Education Technology Services</FONT>
<BR><FONT SIZE=3D2>&gt; Web Tech</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; email: [EMAIL PROTECTED]</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; =
------------------------------------------------------------------------=
--</FONT>
<BR><FONT SIZE=3D2>----------------------</FONT>
<BR><FONT SIZE=3D2>&gt; Archives: <A =
HREF=3D"http://www.mail-archive.com/[email protected]/" =
TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/=
</A></FONT>
<BR><FONT SIZE=3D2>&gt; Unsubscribe: <A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
</A> or send</FONT>
<BR><FONT SIZE=3D2>a message with 'unsubscribe' in the body to</FONT>
<BR><FONT SIZE=3D2>[EMAIL PROTECTED]</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
</P>

<P><FONT =
SIZE=3D2>---------------------------------------------------------------=
---------------------------------</FONT>
<BR><FONT SIZE=3D2>Archives: <A =
HREF=3D"http://www.mail-archive.com/[email protected]/" =
TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/=
</A></FONT>
<BR><FONT SIZE=3D2>Unsubscribe: <A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
</A> or send a message with 'unsubscribe' in the body to =
[EMAIL PROTECTED]</FONT></P>

</BODY>
</HTML>
------_=_NextPart_001_01C04869.A59B8590--
----------------------------------------------------------------------------
--------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to