Please ignore my last post.  I just saw that you wanted to delete
attributes that are of a certain value.  I'm not sure how you can do
this.  If you add a delimiter that is not a comma and it works, please
let us know.  I am curious if this will work, or not.

Usually, you need to do this in two steps.
1. query the LDAP directory using the FILTER set to the attribute's
value you want to find.  Retrieve the DN

2. remove the attribute from the DN.

(repeat as needed)

M!ke

-----Original Message-----
From: Charles E. Heizer [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 22, 2005 11:15 AM
To: CF-Talk
Subject: CFLDAP Help needed...

Hello,
I really hoping that someone can help me out with this. I'm trying to  
delete a attribute with a specific value. The value happens to be a   
dn. Every time I try to delete I get an error. But if I add another
attribute and just a plain value like "Food" or something it deletes
just fine, it's only when I have a DN like string that it complains.

thanks,
- Charles


Here is my code ...

<cfldap
        server="#variables.settings.vLLNLLDAPAddr#"
        username="#variables.settings.sysacct#"
        password="#Decrypt(settings.adp,settings.seeds)#"
        port = "636"
        secure="CFSSL_BASIC"
        action="modify"
        modifyType="delete"
        dn="CN=angryman, OU=Computers, OU=SMSG, OU=the-lab, OU=llnl,
OU=gov, OU=Active Directory, o=services"
        attributes="asdColMemberOf=CN=ceh, OU=_ASD_COLLECTIONS_,
OU=SMSG, OU=THE-LAB, OU=LLNL, OU=GOV, OU=ACTIVE DIRECTORY, O=SERVICES"
 >

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218979
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

Reply via email to