Oops, I've tried both modify type as "add" and leaving the modifytype out alltogether and it still errors:
An error has occured while trying to execute modify operation on the LDAP Server. One or more of the required attributes may be missing/incorrect or you do not have permissions to execute this operation on the server The error occurred in D:\web\intranetv2\College\Apps\Password\test.cfm: line 43 41 : attributes="userPassword=#form.newpass#" 42 : dn="#auth.dn#" 43 : > 44 : </cfif> 45 : </cfif> Brian Gilbert Wesley College, Melbourne Australia Position: Web Architect E-mail: [EMAIL PROTECTED] Ph: +61 (0)3 9881 5459 Fx: +61 (0)3 9802 0142 Personal Website: http://www.realityloop.com/ >>> [EMAIL PROTECTED] 07/04/03 11:41am >>> Has anyone sucessfully created a change password web form using cfldap to make the change? this is the code I'm using for the changepass call: <cfldap action="modify" server="#servername#" username="#auth.dn#" password="#form.currpass#" attributes="userPassword=#form.newpass#" dn="#auth.dn#" modifytype="change" > And this is the error: An error has occured while trying to execute modify operation on the LDAP Server. One or more of the required attributes may be missing/incorrect or you do not have permissions to execute this operation on the server The error occurred in D:\web\intranetv2\College\Apps\Password\test.cfm: line 44 42 : dn="#auth.dn#" 43 : modifytype="change" 44 : > 45 : </cfif> 46 : </cfif> if I comment out the cfldap that does the change all the variables used in it can be displayed on the page, so I know that they are available. Brian. Brian Gilbert Wesley College, Melbourne Australia Position: Web Architect E-mail: [EMAIL PROTECTED] Ph: +61 (0)3 9881 5459 Fx: +61 (0)3 9802 0142 Personal Website: http://www.realityloop.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
