Gentoo Archives: gentoo-dev

From: Chad Huneycutt <chad.huneycutt@×××.org>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] Normal user login with ProFTPd?
Date: Sun, 19 Aug 2001 19:38:32
Message-Id: 3B806A3B.1090303@acm.org
In Reply to: [gentoo-dev] Normal user login with ProFTPd? by Will Rogers
1 Will Rogers wrote:
2
3 >I'm setting up proftpd and I've got it configured with xinetd to allow
4 >anonymous access, but I can't figure out how to allow normal system user
5 >accounts to log in and access their home directories. I read through
6 >the documentation on the proftpd home page and it seems that PAM is the
7 >way to do this, so I did an 'AuthPAM on' in my proftpd.conf, but it
8 >didn't Just Work(tm) and I'm not sure how to proceed. I've only run
9 >wu-ftpd before and it was an install, start, done kind of deal.
10 >
11 Will,
12 Someone may be able to supply a complete answer, but here is what I
13 can tell you. Looks like you may need to do a little debugging for us
14 (if no one else has already done it). Here are some things to check:
15 * do you have pam in your USE variable in /etc/make.conf? That enables
16 the --with-pam flag or whatever for the proftpd ebuild
17 * do you have /etc/pam.d/ftp? That should be the pam configuration file
18 that is used (this is set in the proftpd conf file as AuthPAMConfig).
19
20 If you have all that, then I suggest that you grab
21 usr/portage/distfiles/proftpd-1.2.2rcd3.tar.bz2 file, open it and read
22 the README.PAM file.
23
24 I am sure that someone on the server team will get around to this, but
25 if you beat them to it, please report back and let us know what you
26 determine.
27
28 Thanks,
29 Chad (chadh)

Replies

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