API Verify Password

ISOS6

Verified User
Joined
May 7, 2009
Messages
322
Location
Erbil, Tarin Hills, Iraq
My API Verify Password has always worked. But now after I changed login.defs from DES to MD5 works not ektern login system, knows someone what's wrong?

That it is because it this does not work?

I have not changed anything from the programming, everything will be as before.

API works with MD5?
 
Hello,

Yes, it should work fine with either MD5 or DES passwords.

Try testing manually through your browser to check, using GET.
eg:
Code:
http://yourdomain.com:2222/CMD_API_VERIFY_PASSWORD?user=[B]usertotest[/B]&passwd=[B]passtotest[/B]
and see if you get valid or not. Make sure you completely positive you're using the correct password.

I just tested on our CentOS 4 build system with MD5 ($1$ passwords), and it worked fine for me when done manually.

John
 
Back
Top