I'm trying to delete a user from an Active Directory group using CFLDAP. The problem is that it seems you can't specify a name-value pair when the "ModifyType" parameter is set to "delete". I need to do this because the LDAP field is multi-valued. I noticed that you can do this when "ModifyType" is set to "add" or "replace". Here's a snippet of what I need to do:
dn = "cn=MyGroup,ou=Groups,dc=CompanyA,dc=com" action = "modify" modifyType = "delete" attributes = "member=cn=Doe, John,ou=Users,dc=CompanyA,dc=com" This will generate an "LDAP Error Code 34" along with the ColdFusion error. Any ideas would be appreciated. Thanks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283816 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

