Advertisement

04.02.2008 at 12:27PM PDT, ID: 23290585
[x]
Attachment Details

How change LDAP Novell password using Coldfusion

Asked by jhubbard1 in ColdFusion Studio, Miscellaneous Web Development, Novell Netware Network Software

Tags: Coldfusion

Hello experts,

I am trying to change Novell passwords using a coldfusion form, but I'm running into problems.  The code sample attached is the basically where the problem is coming.  The user has already authenticated to LDAP earlier in the process and is now trying to change their password.  The error I recieve is:

 "An error has occured while trying to execute modify :[LDAP: error code 34 - Invalid DN Syntax].
One or more of the required attributes may be missing/incorrect or you do not have permissions to execute this operation on the server"

I need to be able to change the NDS and Simple Password with this form.  thanks

Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
<cfldap action="modify" 
modifyType="replace" 
attributes="password=#password1#" 
dn="LAUREL" 
server="10.1.2.6" 
port="389" 
username="#username#" 
password="#password#"> 
 
<!--- The username and passwords are passed from the previous page --->
 
 
[+][-]04.02.2008 at 07:27PM PDT, ID: 21269330

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.10.2008 at 02:35PM PDT, ID: 21329589

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: ColdFusion Studio, Miscellaneous Web Development, Novell Netware Network Software
Tags: Coldfusion
Sign Up Now!
Solution Provided By: SidFishes
Participating Experts: 2
Solution Grade: A
 
 
[+][-]04.10.2008 at 02:43PM PDT, ID: 21329647

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628