LinkBack Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 14-May-2009, 06:49 AM
Junior Member
 
Join Date: Dec 2008
Posts: 1
wal18b2s 0 reputation points
Default Error Changing Password via API on x64

Hello,
I'm writing an application for our admin guys but I am stmbling on one hurdle.

On 32/64 OS everything works such as enable/disable user, updating records and such

However on 64OS changing password fails

I have attempted 2 seperate ways one
ent = NWDIR1.FindEntry("NDS:\\BCR\BCR\" & txtOU.Text & "\" & txtUsername.Text)
ent.SetPassword(txtPassword.Text)
ent.Update()

This results in error 0x333 819 Invalid network connection

And also
NWDIRAuth1.FullName = "NDS:\\BCR\BCR\" & txtOU.Text & "\" & txtUsername.Text
NWDIRAuth1.ChangePassword(txtPassword.Text)

This results in API error 0x80048801

Both 64 bit systems are logged in as admin

Any ideas?

Robbie
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 07:32 AM.


© 2007 Novell, Inc. All Rights Reserved.

Search Engine Friendly URLs by vBSEO 3.3.0 RC2