Thanks Steve shall try this. I've got some connection problems I'm getting "cannot connect to ldap" or something similar.
So I'm doublechecking with adminstrators. Once I connect then I'll check what attributes now using the "*". Cool. But in many examples I've seen the "cn=, ou=, o=" What do all these mean?? Thanx -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 March 2003 12:12 PM To: CFAussie Mailing List Subject: [cfaussie] RE: CFLDAP Matt, Sorry... If you are wanting to figure out the attributes you have available to you, the "attributes" attribute should be "*". My example would only dump the givenName and sn in the example I sent earlier. Ie. <cfldap action="QUERY" name="getstuff" attributes="*" start="cn=#form.username#,ou=Users,ou=Staff,ou=Kew,o=xyz" scope="SUBTREE" server="xxx.xx.x.x"> <cfdump var="#getstuff#"> Should give you the lot. Steve -----Original Message----- From: Clifton Steve Sent: Tuesday, 25 March 2003 12:06 PM To: CFAussie Mailing List Subject: [cfaussie] RE: CFLDAP Yes... <cfldap action="QUERY" name="getstuff" attributes="givenName, sn" start="cn=#form.username#,ou=Users,ou=Staff,ou=Kew,o=xyz" scope="SUBTREE" server="xxx.xx.x.x"> <cfdump var="#getstuff#"> To test the connection, wrap cftry around it and catch and dump any errors. steve -----Original Message----- From: Hickman, Matt [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 March 2003 11:32 AM To: CFAussie Mailing List Subject: [cfaussie] CFLDAP Hi all, Just trying to connect to LDAP using <CFLDAP> tag. Was wondering how I can dump the scope of this tag using <cfdump>??? Can I do so?? I'm trying to figure out the attributes I've got to work with to help build my future authentication/personalisation bits. Also how can I test the connection?? Matt ********************************************************************** A new world of colour, sound and pictures awaits you: Vodafone Live! More details at http://www.vodafone.com.au/live/ **********************************************************************" This correspondence is for the named person's use only. It may contain confidential or legally privileged information or both. " No confidentiality or privilege is waived or lost by any " mistransmission. If you receive this correspondence in error, please immediately delete it from your system and notify the sender. You must not disclose, copy or rely on any part of this correspondence if you are not the intended recipient. Any views expressed in this message are those of the individual sender, except where the sender expressly, and with authority, states them to be the views of Vodafone. This email has been checked for viruses. ************************************************************************ ********************** --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ ********************************************************************** A new world of colour, sound and pictures awaits you: Vodafone Live! More details at http://www.vodafone.com.au/live/ **********************************************************************" This correspondence is for the named person's use only. It may contain confidential or legally privileged information or both. " No confidentiality or privilege is waived or lost by any " mistransmission. If you receive this correspondence in error, please immediately delete it from your system and notify the sender. You must not disclose, copy or rely on any part of this correspondence if you are not the intended recipient. Any views expressed in this message are those of the individual sender, except where the sender expressly, and with authority, states them to be the views of Vodafone. This email has been checked for viruses. ********************************************************************************************** --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
