Hello,
With wu-ftpd-2.6.0, all was working ok.
After installing wu-ftpd-2.6.1, troubles are:
- No more log in xferlog
- No read of any message while "cd" through directories (.message,
msg.toomany, welcome.msg...)
- No more "chroot" for guestgroup - guestgroup users can navigate
anywhere !
We did no change on files between 2.6.0 and 2.6.1
I suspect that ftpaccess is not read... but:
> ckconfig
Checking _PATH_FTPUSERS :: /usr/local/etc/ftpusers
ok.
Checking _PATH_FTPSERVERS :: /usr/local/etc/ftpservers
ok.
Checking _PATH_FTPACCESS :: /usr/local/etc/ftpaccess
ok.
Checking _PATH_PIDNAMES :: /var/run/ftp.pids-%s
ok.
Checking _PATH_CVT :: /usr/local/etc/ftpconversions
ok.
Checking _PATH_XFERLOG :: /var/log/xferlog
ok.
Checking _PATH_PRIVATE :: /usr/local/etc/ftpgroups
ok.
Checking _PATH_FTPHOSTS :: /usr/local/etc/ftphosts
ok.
> cat /usr/local/etc/ftpaccess
loginfails 2
class local real,guest,anonymous *.univ-st-etienne.fr 0.0.0.0
class remote real,guest,anonymous *
limit local 15 Any /etc/msgs/msg.toomany
limit remote 30 SaSu|Any1800-0600 /etc/msgs/msg.toomany
limit remote 15 Any /etc/msgs/msg.toomany
readme /etc/msgs/README* login
readme README* cwd=*
message /etc/msgs/welcome.msg login
message .message cwd=*
compress yes local remote
tar yes local remote
# allow use of private file for SITE GROUP and SITE GPASS?
private yes
# passwd-check <none|trivial|rfc822> [<enforce|warn>]
passwd-check rfc822 enforce
log commands real,guest
log transfers anonymous,real,guest inbound,outbound
shutdown /etc/msgs/shutmsg
# all the following default to "yes" for everybody
delete no guest,anonymous # delete permission?
overwrite no guest,anonymous # overwrite permission?
rename no guest,anonymous # rename permission?
chmod no anonymous # chmod permission?
umask no anonymous # umask permission?
# specify the upload directory information
upload /data/ftp * no
upload /data/ftp /incoming yes root daemon 0600 dirs
upload /data/ftp /bin no
upload /data/ftp /etc no
# directory aliases... [note, the ":" is not required]
alias inc: /incoming
# cdpath
cdpath /incoming
cdpath /pub
cdpath /
# path-filter...
path-filter anonymous /etc/msgs/pathmsg ^[-A-Za-z0-9_\.]*$ ^\. ^-
path-filter guest /etc/msgs/pathmsg ^[-A-Za-z0-9_\.]*$ ^\. ^-
# specify which group of users will be treated as "guests".
guestgroup ftponly
email ftpmaint_at_univ-st-etienne.fr
Any hints ?
Received on Mon Mar 05 2001 - 10:27:11 NZDT