LiteSpeed Support Forums

LiteSpeed Support Forums (http://www.litespeedtech.com/support/forum/index.php)
-   General (http://www.litespeedtech.com/support/forum/forumdisplay.php?f=25)
-   -   FreeBSD 6.2 - Invalid Credentials (http://www.litespeedtech.com/support/forum/showthread.php?t=1590)

khatfield 12-13-2007 04:38 PM

FreeBSD 6.2 - Invalid Credentials
 
Same issue as here: http://litespeedtech.com/support/for...read.php?t=756

I have re-installed 3 times with different user id's. Checked permissions and everything I know to check. It installs and I can get to the interface fine but it keeps saying "Invalid Credentials".

I have tried Firefox and IE7 - neither work. Tried clearing cookies etc... No luck. I have 3 servers we would like to purchase for but I am afraid we will have to find an alternative if this issue can't be fixed. Any suggestions?

Thanks

mistwang 12-13-2007 06:09 PM

We will setup a test environment to have this issue fixed.

mistwang 12-13-2007 06:24 PM

OK, please try a simple patch to the web console code
Open file lsws/admin/html/classes/ws/CLIENT.php, search for
Code:

$salt = substr($pass,0,2);
change it to
Code:

$salt = substr($pass,0,CRYPT_SALT_LENGTH);
Please let me know it works or not.

khatfield 12-13-2007 08:23 PM

This fixed the issue. Confirmed.

Thanks for the fast response!


All times are GMT -7. The time now is 01:18 AM.