2.) What loop would I need around the first cfldap query below ? I thought a query would search through all records without the need of a cfloop ?
<cfldap action="query" name="adresult" attributes = "cn,dn, mailNickname, proxyAddresses" START="ou=Test,DC=domain,dc=gov,dc=uk" filter="(&(objectClass=User)(mail=*))" server="server" port="389" username="username" password="password" > -----Original Message----- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: 05 April 2006 16:19 To: CF-Talk Subject: RE: CFLDAP Question ? 2. Yes. In your CFLDAP Modify tag, you should use DN="#adresult.dn#" rather than DN="#session.fixeddn#". 3. If they have multiple proxyAddress values, you need to determine a way to find the "correct" address. 4. OK. We set our username to also be the same as our email address, (md40 is my username and [EMAIL PROTECTED] is my email). M!ke -----Original Message----- From: Ian Vaughan [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 9:08 AM To: CF-Talk Subject: RE: CFLDAP Question ? Mike 1.) It has access to modify the AD, as I have done this before on changing/adding cn names etc. 2.) True, would I need to put a cfloop around this ? 3.) From the proxy address all I want to extract would be i.vaughn, and some users have multi proxyaddresses. 4.) The reason being is that the mailNickname is currently set to say 'user92' when it should be i.vaughn and so on... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237075 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

