in my "faulty ftp build"
passwd looks like this..
root
daemon:*:1:1:daemon:/var:/bin/false
ftp:*:55:55:ftp:/tmp/share_home/anonymous:/bin/false
network:*:101:101:network:/var:/bin/false
nobody:*:65534:65534:nobody:/var:/bin/false
:/tmp/share_home/test:/bin/false
-------------
in a working build, it should look like this..
root
daemon:*:1:1:daemon:/var:/bin/false
ftp:*:55:55:ftp:/tmp/share_home/anonymous:/bin/false
network:*:101:101:network:/var:/bin/false
nobody:*:65534:65534:nobody:/var:/bin/false
test
---------------
in my "faulty ftp build"
shadow looks like this..
root:$1$gz..................S0LaKF1
daemon:*:0:0:99999:7:::
ftp:*:0:0:99999:7:::
network:*:0:0:99999:7:::
nobody:*:0:0:99999:7:::
-------------
in a working build, it should look like this..
root:$1$Ut7..................Eq3uPL0dZ8/
daemon:*:0:0:99999:7:::
ftp:*:0:0:99999:7:::
network:*:0:0:99999:7:::
nobody:*:0:0:99999:7:::
test:$1$lDx........vQP1JoD.3a6K/avmAdqW0
---------
Using the latest gargoyle revision, ID: 04ff0f8b282b57f41a9223977695ebeaeaf988ce
06/28/2013 04:56 pm
I still have this bug... I suspect this bug is probably introduced from the code changes after 1.5.10 is released.