Tried that.  CF acts as if it's trying to browse locally because it puts a
backslash in front of it.  Here's the error:

"Invalid security information for security type "CFSSL_BASIC" was provided
within the SECURITY attribute. Please refer to the documentation for the
correct format of this multi-field string value. Error: The path component,
"\their-cert.db", specifies a file that does not exist."

The only thing I can think is that CF does not support 512 bit keys.  Which
is what they are running.  An old Netscape 3.51 LDAP with less than 128
encryption.  I'd be glad to give you the server if you think you could hit
it.  The only thing is it's military, so as long as you're not doing
anything that might send you to jail......  Besides it's an 'anonymous,
public' server.  What do you think?


-----Original Message-----
From: Kevin Miller [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 11, 2001 11:58 AM
To: CF-Talk
Subject: RE: OT - CFLDAP



Put in the full path to the cert file.

Kevin

>>> [EMAIL PROTECTED] 04/11/01 06:39AM >>>
I am working with a Netscape 3.51 LDAP server running Unix.  Our site is on
NT 4.0 IIS, CF Server 4.51 SP2.  I am trying to hit this "anonymous" server
with CFLDAP and the attribute SECURE="CFSSL_Basic, their-cert.db".  The PORT
is 636 (standard SSL port for LDAP).  I have tried every path I can think of
to hit their cert, but keep getting the error that it can not find it.
Hell, I can't even connect to their server with CFLDAP.  I can hit it
through IE, and Netscape's address book, but not through CF.  Although the
log files on the server are saying that I'm hitting it.  I'm at a loss, any
thoughts?  Code:

<CFLDAP ACTION="QUERY" NAME="results" 
        ATTRIBUTES="o,ou" START="o=foo,ou=foodept" 
        SERVER="their.server.navy.mil" PORT="636" SORT="ou ASC"
SECURE="CFSSL_Basic, their-cert.db">
                
<TABLE> 
        <CFOUTPUT QUERY="results" STARTROW="1" MAXROWS="10"> 
                <TR> 
                        <TD>#TRIM(ou)#</TD> 
                        <TD>#TRIM(o)#</TD> 
                </TR> 
        </CFOUTPUT> 
</TABLE>

-----Original Message-----
From: Costas Piliotis [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, April 10, 2001 5:46 PM
To: CF-Talk
Subject: RE: OT - CFLDAP


I've worked with CFLDAP...

Dunno about the ports though...  Wazzup?

-----Original Message-----
From: Frank Gragnano [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, April 10, 2001 12:53 PM
To: CF-Talk
Subject: OT - CFLDAP



        Didn't get any response before, so I'm trying again.  I too have hit
every major list/forum about this.  Has anyone here even worked with CFLDAP?
Scott helped me out briefly last time, but it was nothing I hadn't tried.
I'm having difficulty getting to a certificate through the tag.  It's an
older LDAP server so I know I can not modify records, but I can't even see
the cert.  It's an SSL server running a 512 bit key, not 128.  Does anyone
know of any issues CFLDAP may have supporting a legacy system with a 512 bit
key? Does the SECURE attribute of CFLDAP support anything other than 128?
Anyone...anytime...ever worked with CFLDAP?  I'll even take a "No, go away
you're pissing us off".  I'm not proud.......  Help!!! 


> Frank T. Gragnano
>   IS/Web Specialist
>   EDO Corporation - Combat Systems
>   (757) 424 - 1004 ext. 321
>   [EMAIL PROTECTED] 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to