[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Muddleftpd-users] Problems with configuration of muddleftp 1.3.12.1
From: |
Jochen Kreimer |
Subject: |
[Muddleftpd-users] Problems with configuration of muddleftp 1.3.12.1 |
Date: |
Tue, 29 Apr 2003 15:27:05 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312 |
Hello MuddleFTPd-Users,
i am running muddleftp 1.2.10 and would like to upgrade to 1.3.12.1.
I spent several hours migrating my configuration, but authentication
still does not work.
I use muddleftp without root priviliges and need internal users.
I tried the following:
---------------------------------------------------------------------
address@hidden /tmp/ftp]$ bin/mudpasswd -p ftpd.passwd -a tom -P test
-R "" -H ""
address@hidden /tmp/ftp]$ cat ftpd.passwd
tom q19JEJTylB1.M::
address@hidden /tmp/ftp]$ cat ftpd.conf
[section] main
ftpport 3456
logstrength 63
logfile /tmp/ftp/ftpd.log
pidfile /tmp/ftp/ftpd.pid
scratchfile /tmp/ftp/ftpd.scratch
ipacl A:*
group users
[section] users
authmethod internal
internal_passfile /tmp/ftp/ftpd.passwd
rootdir /tmp
homedir /
access /:ALL
address@hidden /tmp/ftp]$ bin/muddleftpd -d -v -c ftpd.conf
Testing libraries!!
Now, does snprintf work . . . . . . . . Yes
Now, can I use double ints . . . . . . . Yes
Starting muddleftpd server. (Version 1.3.12.1)
Copyright (C) 1999,2000 Beau Kuiper
License under GPL. See the http://www.fsf.org for more info.
LOADING CONFIG FILE: ftpd.conf
Running as normal user, change uid not possible.
----------------------------------------------------------------------
address@hidden ~/tmp/ftp]$ telnet localhost 3456
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 muddleftpd (1.3.12.1) server ready. Enter Username.
user tom
331 Welcome 'tom', enter password to login.
pass test
530 Login for user 'tom' failed (Bad password).
quit
221 Goodbye, logging out.
Connection closed by foreign host.
---------------------------------------------------------------------
Perhaps I missed something important in the config file. I would
be happy if someone could give me a hint solving this.
Greetings,
Jochen.
- [Muddleftpd-users] Problems with configuration of muddleftp 1.3.12.1,
Jochen Kreimer <=