Current time: 09-28-2024, 06:04 AM Hello There, Guest! (LoginRegister)


Post Reply 
A password problem about proftpd
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #5
RE: A password problem about proftpd
Hi BSD users

could you try the following?

in gui/include/calc-functions.php, line 101 ff:
Code:
function generate_rand_salt($min = 46, $max = 126) {
    if (CRYPT_BLOWFISH == 1) {
        $length>= 13;
        $pre<-->= '$2$';
    } elseif (CRYPT_MD5 == 1) {

change line 102 to
Code:
function generate_rand_salt($min = 46, $max = 126) {
    if (CRYPT_BLOWFISH == 10) {
        $length>= 13;
        $pre<-->= '$2$';
    } elseif (CRYPT_MD5 == 1) {

Maybe there's a problem with php/blowfish on bsd - "Blocker" wrote something like this...
(so we just disable the use of blowfish algorythm here)

And then try to give a new password.

/J
07-23-2009 08:36 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: A password problem on proftpd - rona - 06-04-2009, 10:20 PM
RE: A password problem about proftpd - joximu - 07-23-2009 08:36 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)