Sun Java Server Console 5.2

 

I am hoping someone can help me. I am Modifying a password using the
code below. The modify actually gets through and the new password is
updated on the Sun Java Server Console but I get an error message that
says:

 

------------------------------------------------------------------------
-------------

 

 An error has occured while trying to execute modify :[LDAP: error code
32 - No Such Object].

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
C:\CFusionMX7\wwwroot\mepi\MEPI_cfm\Admin\loginWriteToLDAP.cfm: line 10

 

8 :               dn="uid=#form.UserLogin#,ou=People,dc=msi-inc,dc=com"

9 :               attributes="userpassword=#FORM.newPassword#"

10 :              server="ws456"

11 :              Port="389" 

12 :              username="cn=Directory Manager"

 

------------------------------------------------------------------------
---------------

 

<cfparam name="FORM.userLogin" type="string" default=""> <cfparam
name="FORM.userPassword" type="string"  default=""> <cfparam
name="FORM.newPassword" type="string" default="">

   

   <cfldap action="Modify"

      dn="uid=#form.UserLogin#,ou=People,dc=msi-inc,dc=com"

      attributes="userpassword=#FORM.newPassword#"

      server="localhost"

      Port="389" 

      username="cn=Directory Manager"

      password="xxxxxxx">

 

 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:281630
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