Gentoo Archives: gentoo-dev

From: Ben Lutgens <blutgens@×××××××××××.org>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] Normal user login with ProFTPd?
Date: Sun, 19 Aug 2001 21:41:18
Message-Id: 20010819224152.A13649@ares.dolly-llama.org
In Reply to: RE: [gentoo-dev] Normal user login with ProFTPd? by Will Rogers
1 On Sun, Aug 19, 2001 at 11:09:25PM -0400, Will Rogers wrote:
2 >The default proftpd.conf file does not work out of the box--it causes a
3 >"could not change gid" error. I changed the "Group nogroup" to "Group
4 >nobody" and it worked fine.
5 >
6
7 Fixed on CVS.
8
9 I have pam in USE, but my proftd.conf says
10 ServerName "ProFTPD"
11 ServerType standalone
12 DefaultServer on
13 AuthPAM off
14 AuthPAMConfig ftp
15
16 I can log in as a normal user just fine
17
18 blutgens@ares:~> ncftp -u blutgens localhost
19 NcFTP 3.0.2 (October 19, 2000) by Mike Gleason (ncftp@×××××.com).
20 Connecting to 127.0.0.1...
21 ProFTPD 1.2.2rc3 Server (ProFTPD) [ares.dolly-llama.org]
22 Logging in...
23 Password requested by 127.0.0.1 for user "blutgens".
24
25 Password required for blutgens.
26
27 Password:
28
29 User blutgens logged in.
30 Logged in to localhost
31
32 I'd like to help but it's nearly impossible if I can't duplicate it.

Replies

Subject Author
RE: [gentoo-dev] Normal user login with ProFTPd? Will Rogers <wjr@×××××××.edu>