Thanx also Darren, Let's hope an Ldap expert built this schema.
Matt -----Original Message----- From: Darren Tracey [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 March 2003 12:27 PM To: CFAussie Mailing List Subject: [cfaussie] RE: CFLDAP You will also have to change the 'start=' value to something that matches the unique way your ldap will be set up. It's not going to be 'start="cn=#form.username#,ou=Users,ou=Staff,ou=Kew,o=xyz"'. There will typically be entries with portions of your domain name and maybe even a reference to 'internet'. Did an ldap 'expert' set your's up for you, or is it something that you're cobbling together as you work it out? Getting the start right is important. You won't get any results if you get it wrong. Regards Darren Tracey > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 25, 2003 11:12 AM > 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/ > --- 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/
