Forgot to include the code, here ya go:

<cffunction name="userFunction" returntype="void" access="public">

      <cfldap 
        action="MODIFY"
        dn="#groupdn#"
        attributes="member=#user#"
        modifytype="DELETE"
                        server="#server#"
        username="#username#"
        password="#password#"
      >

</cffunction>



> Thanks in advance...
> 
> Trying to use CFLdap with AD to modify a users distribution group, 
> basically have the ability to move someone in and out of different 
> groups, getting this error:
> 
> coldfusion.tagext.net.LdapTagException: An error has occured while 
> trying to execute modify :[LDAP: error code 53 - 0000200A: SvcErr: 
> DSID-031A0B56, problem 5003 (WILL_NOT_PERFORM)
> 
> 
> Any help would be much appreciated! 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296718
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to