CFLDAP has a ' separator ' attribute which defaults to comma - try setting this http://cfquickdocs.com/#cfldap
On 21 September 2012 01:31, Bob Chang <[email protected]> wrote: > > Hello, > > I have a need to add staff title's to the extensionAttribute1 field in > Active Directory. I found that titles that contain commas cause an error. > I have tried to escape the comma using "\," and even "\\," but no dice. > > The CFLDAP code looks like this: > > <cfldap > server="#AD.server#" > username="#AD.username#" > password="#AD.password#" > port="#AD.port#" > action="modify" > modifytype="replace" > dn="#AD.dn#" > attributes="extensionAttribute1=Director, Information Technology" /> > > Please ad > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352692 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

