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:352680
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to