<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 6 - CFML_Reference - Tags-pt165.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-25T21:35:15</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#1248" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#1046" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#1031" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#1024" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#833" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#649" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#573" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#490" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#477" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#474" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#1248">
		<title>coldfusion/6/CFML_Reference/Tags-pt165.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#1248</link>
		<description>I have been unable to obtain usable data from any binary encoded LDAP attributes, CFMX reports the IsBinary as NO.</description>
		<dc:creator>mwaddell</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-08-12T08:00:49</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#1046">
		<title>coldfusion/6/CFML_Reference/Tags-pt165.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#1046</link>
		<description>Got an answer!!!&lt;br&gt;&lt;br&gt;It is definitely a regression, and we are opening a bug report on it. However, there is bug number yet, and I have no idea when it will be resolved.</description>
		<dc:creator>Olivier Boël</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-05-17T10:08:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#1031">
		<title>coldfusion/6/CFML_Reference/Tags-pt165.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#1031</link>
		<description>MX comes with bugs :&lt;br&gt;&lt;br&gt;The following code works fine with CF 4.5 but only shows the first value of multi-value fileds (example : memberOf) when executed by (MX Updater 3) although I tried different values for the SEPARATOR option :&lt;br&gt;&lt;CFSET VALID = 0&gt;&lt;br&gt;&lt;CFSET start=&quot;DC=ep,DC=parl,DC=union,DC=eu&quot;&gt;&lt;br&gt;&lt;CFSET #sAMAccountName# = &quot;oboel&quot;&gt;&lt;br&gt;&lt;CFSET filter=&quot;(sAMAccountName=#sAMAccountName#)&quot;&gt;&lt;br&gt;&lt;CFTRY&gt;&lt;br&gt;&lt;CFLDAP&lt;br&gt;SERVER = &quot;epluxsdc01.ep.parl.union.eu&quot;&lt;br&gt;USERNAME = &quot;CN=username,OU=Users,OU=EICI,DC=ep,DC=parl,DC=union,DC=eu&quot;&lt;br&gt;PASSWORD = &quot;password&quot;&lt;br&gt;ACTION = &quot;QUERY&quot;&lt;br&gt;NAME = &quot;ADRESULTS&quot;&lt;br&gt;START = #start#&lt;br&gt;FILTER = #filter#&lt;br&gt;SCOPE = &quot;subtree&quot;&lt;br&gt;ATTRIBUTES = &quot;*&quot;&gt;&lt;br&gt;&lt;CFCATCH TYPE=&quot;ANY&quot;&gt;&lt;br&gt;&lt;CFSET VALID = 1&gt;&lt;br&gt;&lt;/CFCATCH&gt;&lt;br&gt;&lt;/CFTRY&gt;&lt;br&gt;&lt;CFIF #VALID# IS 0&gt;&lt;br&gt;&lt;TABLE&gt;&lt;br&gt;&lt;CFOUTPUT QUERY = &quot;ADRESULTS&quot;&gt;&lt;br&gt;&lt;TR&gt;&lt;TD&gt;#name#&lt;/TD&gt;&lt;TD&gt;#value#&lt;/TD&gt;&lt;/TR&gt;&lt;br&gt;&lt;/CFOUTPUT&gt;&lt;br&gt;&lt;/TABLE&gt;&lt;br&gt;&lt;/CFIF&gt;&lt;br&gt;Bug reported to MM. Still no reaction...</description>
		<dc:creator>Olivier Boël</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-05-08T10:57:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#1024">
		<title>coldfusion/6/CFML_Reference/Tags-pt165.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#1024</link>
		<description>The discussion helped but not completely</description>
		<dc:creator>uzma</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-05-01T06:04:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#833">
		<title>coldfusion/6/CFML_Reference/Tags-pt165.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#833</link>
		<description>After useing &lt;strong&gt;keytool -import&lt;/strong&gt; you must restart the coldfusionMX server.  &lt;br&gt;&lt;br&gt;To get the x509 file.&lt;br&gt;&lt;br&gt;Go to the ldap sever with Microsoft Exploder like this.&lt;br&gt;https//your.ldapserver.com:636 &lt;br&gt;&lt;br&gt;* Double click on the lock icon&lt;br&gt;* Goto details tab&lt;br&gt;* Click on COPY TO FILE&lt;br&gt;* Choose base64 option and save the file&lt;br&gt;* now you have a file to use with the import command.</description>
		<dc:creator>devin</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-04-23T20:10:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#649">
		<title>coldfusion/6/CFML_Reference/Tags-pt165.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#649</link>
		<description>It appears that &quot;separator&quot; attribute is ignored when updating multi-value attributes.  Also, when using SSL over LDAP you *must* specify the port number (636).</description>
		<dc:creator>draum</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2002-08-23T20:31:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#573">
		<title>coldfusion/6/CFML_Reference/Tags-pt165.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#573</link>
		<description>Update from Macromedia, re public servers: &lt;br&gt;There is a list of public servers at this URL: &lt;br&gt;http://www.emailman.com/ldap/public.html &lt;br&gt;For example: &lt;br&gt;University of Guelph &lt;ldap://directory.uoguelph.ca/o=uoguelph.ca&gt; &lt;br&gt;(Some users have reported that the ldap.bigfoot.com server, used in the example code, is not available)&lt;br&gt;Christina Lamkin, CF documentation team</description>
		<dc:creator>ctina</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2002-07-19T20:28:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#490">
		<title>coldfusion/6/CFML_Reference/Tags-pt165.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#490</link>
		<description>&lt;br&gt;        Comment: The following is from the Documentation Additions&lt;br&gt;Technote 22993 at&lt;br&gt;http://www.macromedia.com/v1/handlers/index.cfm?ID=22993&amp;Method=Full:&lt;br&gt;&lt;br&gt;-------------&lt;br&gt;You no longer need a Netscape Cert7 format certificate store file&lt;br&gt;(cert7.db) to make a secure LDAP (SSL v2) connection. You can now omit&lt;br&gt;the second token of the string for the secure attribute of the cfldap&lt;br&gt;tag that was formally used to specify the location of the cert7.db file,&lt;br&gt;and just use SECURE=&quot;CFSSL_BASIC&quot; instead. This is because cfldap SSL&lt;br&gt;support in ColdFusion MX now uses Java Secure Socket Extension (JSSE),&lt;br&gt;and JSSE does not accept cert7.db as a keystore. &lt;br&gt;&lt;br&gt;This is how it works: ColdFusion MX uses Java Native Directory Interface&lt;br&gt;(JNDI), the LDAP provider, and an SSL package to create the client side&lt;br&gt;of an SSL communication. The LDAP server provides the server side. The&lt;br&gt;LDAP server that cfldap is connecting to using SSL holds an SSL server&lt;br&gt;certificate. During the initial SSL connection, the LDAP server presents&lt;br&gt;its server certificate to the client. If the client trusts this&lt;br&gt;certificate, the SSL connection is established and secure LDAP&lt;br&gt;communication can begin. &lt;br&gt;&lt;br&gt;The simplest way to establish this trust is to store the server's&lt;br&gt;certificate in the jre/lib/security/cacerts keystore of the JRE used&lt;br&gt;with ColdFusion MX. This certificate is different from cert7.db?this&lt;br&gt;certificate must be in X.509 format to import it. The simplest way to&lt;br&gt;import to the client's keystore is to use the keytool command to import&lt;br&gt;the server's cert into the cacerts store in /jre/lib/security. For&lt;br&gt;example, enter the following: &lt;br&gt;&lt;br&gt;keytool -import -keystore cacerts -alias ldap -file ldap.crt &lt;br&gt;&lt;br&gt;(The keytool utility is in the jre/bin directory and the initial&lt;br&gt;password is &quot;change it&quot;). &lt;br&gt;------------------- &lt;br&gt;&lt;br&gt;Kristi Jabbour&lt;br&gt;Senior Technical Writer&lt;br&gt;Macromedia&lt;br&gt;</description>
		<dc:creator>sgilson102</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2002-07-01T20:00:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#477">
		<title>coldfusion/6/CFML_Reference/Tags-pt165.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#477</link>
		<description>This sentence is not correct:&lt;br&gt;&lt;br&gt;To use the security = &quot;CFSSL_BASIC&quot; option, you must copy the cert7.db and/or key3.db key files to the default directory location of a user-installed LDAP directory; on Windows, the directory is C:\cfusion\ldap. &lt;br&gt;&lt;br&gt;There is no C:\cfusion\ldap in CF MX.  So, the question remains, what is the default directory in MX for LDAP cert dbs?</description>
		<dc:creator>rbils@amkor.com</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2002-06-27T20:51:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#474">
		<title>coldfusion/6/CFML_Reference/Tags-pt165.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt165.htm#474</link>
		<description>The filterconfig attribute mentioned in the history section does not exist in any versions of ColdFusion.  Not sure why it is mentioned or what it refers to.</description>
		<dc:creator>rbils@amkor.com</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2002-06-27T20:35:00</dc:date>
	</item>
	</rdf:RDF>

