![]() |
How to activate MD5 passwords?
I've successfuly instaled ISPConfig 2.2.0 on Debian Sarge 3.1. Problem is, I still have shadow passwords in /etc/shadow instead of MD5.
Release notes says version 2.2.0 has support for MD5. How do I activate MD5 passwords? |
I think this is somehow related to that problem: http://www.howtoforge.com/forums/showthread.php?t=3000
Bernhard |
Yes, it is. I've posted this here because turning MD5 support on should be configuration problem.
|
In /home/admispconfig/ispconfig/lib/classes/ispconfig_isp_user.lib.php
find (line 109 - 113) Quote:
Quote:
|
And the other problem can be fixed int the same way but you have to be a bit more careful because you have to check if your system supports md5 crypted password or not. I would really love it if your patch would be integrated into the next version.
Bernhard |
After looking into the whole source code I think I am able to provide a security patch for these issues. This patch will include your patch (above - but I will go a step further) and a patch for .htpasswd files.
Does someone else need that patch? Bernhard |
I think we all need that, therefor it should be accepted in next release. Post the patch when you're done.
Cheers :) |
Quote:
http://www.howtoforge.com/forums/showthread.php?t=135 It will make things easier for us if patches where integrated directly in the latest SVN. |
Quote:
What do you think of this patch: Code:
if($go_info["server"]["password_hash"] == 'crypt') { |
Not at the moment - sorry.
I am happy to help out with patches (even agains a [public readable] SVN repository using svn diff) but I have no time to develop new features or something like that. Anyway I am able to help with small patches that are needed to have an even better ISPConfig. Bernhard |
| All times are GMT +2. The time now is 15:47. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.