On Fri, Jul 07, 2000 at 11:13:32PM +0200, Patrick Erler wrote: 
> *This message was transferred with a trial version of CommuniGate(tm) Pro*
> hallo MANDRAKE!
> 
> i'm desperate... i administer my mandrake 7.1 box with webmin
> (mainly). the problem i have is, that users i add doesn't have
> ftp-access, their password gets rejected.. the only user which can
> connect is the user i created when installing mandrake...
> 
> any ideas? thanks in advance..

Hmmm. I don't like Webmin etc. for configuration, as you don't understand
what you do, and where you do it.

I Attached my /etc/ftpaccess for wu-ftpd. Have a look at it and compare
it.

Regards
        Smurphy
-- 
Algol-60 surely must be regarded as the most important programming language
yet developed.
                -- T. Cheatham
------------------------------------------------------------------------
| Joerg Mertin              :  [EMAIL PROTECTED]                (Home)|
| in Neuch�tel/Schweiz      :  [EMAIL PROTECTED]                   (Work)| 
| Stardust's LiNUX System   :  http://www.solsys.org                   |
| PGP 2.6.3in Key on Demand :  Data, Voice & Fax: +41(0)32 / 725 52 54 |
------------------------------------------------------------------------
PGP fingerprint: 6D E9 7B 04 57 7B 65 42  B7 7A D0 AA 69 95 7C E1
deny    0.0.0.0         /etc/ftp/msg.deny
deny    root.*          /etc/ftp/msg.deny
deny    root            /etc/ftp/msg.deny
deny    *aol.com        /etc/ftp/msg.deny
deny    *btx.de         /etc/ftp/msg.deny
deny    *compuserve.com /etc/ftp/msg.deny
deny    *microsoft*     /etc/ftp/msg.deny
deny    *msn*           /etc/ftp/msg.deny
deny    *telekom.de     /etc/ftp/msg.deny
deny    *vobis.com      /etc/ftp/msg.deny
deny    *t-online.de    /etc/ftp/msg.deny
#
loginfails      3
#
class   local   real,guest,private      *
class   remote  real,guest,private,anonymous    *
#
limit   dead    0       Any     /etc/ftp/msg.dead
limit   local   2       Any     /etc/ftp/msg.toomany
limit   remote  2       Any     /etc/ftp/msg.toomany
#
noretrieve /etc/passwd core .notar
noretrieve /home/ftp/incoming
#
passive ports 0.0.0.0/0:0.0.0.0/0 15000 17000
#
email   [EMAIL PROTECTED]
#

readme  INDEX.Stardust                  login   
readme  INDEX.Stardust                  cwd=*   
readme  00*                             cwd=*   
message /etc/ftp/mirrors.msg    cwd=/mirrors
message .message                        cwd=*   
#
banner  /etc/ftp/welcome.msg
message .message        login
#
compress        yes     local   remote
tar             yes     local   remote
#
private         yes
#password check <none|trivial|rfc822>  [<enforce|warn>]
passwd-check    rfc822  enforce
log commands anonymous
log transfers anonymous,real inbound,outbound
shutdown /etc/shutdown


# specify the upload directory information
upload  /home/ftp  *             no
upload  /home/ftp  /incoming    yes     ftp     adm     0444    nodirs
upload  /home/ftp  /bin          no
upload  /home/ftp  /lib          no
upload  /home/ftp  /etc          no

# directory aliases...  [note, the ":" is not required]
# cdpath /.aliases

# path-filter...
path-filter  anonymous  /etc/ftp/pathmsg  ^[-A-Za-z0-9_\.]*$  ^\.  ^-
path-filter  guest      /etc/ftp/pathmsg  ^[-A-Za-z0-9_\.]*$  ^\.  ^-
path-filter  real       /etc/ftp/pathmsg  ^[-A-Za-z0-9_\.]*$  ^\.  ^-

# Set the default umask
defumask 0377

chmod   no      anonymous,guest
delete  no      anonymous,guest
overwrite       no      anonymous,guest
rename  no      anonymous,guest
umask   no      anonymous,guest
mkdir   no      anonymous,guest
mdir    no      anonymous,guest
mdelete no      anonymous,guest

Reply via email to