X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by lists.alpinelinux.org (Postfix) with ESMTP id 0F177170000B7 for ; Mon, 10 Nov 2008 19:52:57 +0000 (UTC) Received: by yx-out-2324.google.com with SMTP id 8so942655yxb.25 for ; Mon, 10 Nov 2008 11:52:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=1yzLpwQ8IyUqBkulQoAAULdtudrx7vfNBta7G53w9ec=; b=Mo1etip6jp7WVl8Vm4Sgww7MLr45kJjEnwvujEUvRcHpymrA5tQM41PJyR5hJ2xa7+ cW8BqmWw0efbEgTbISXu7e4oU8NR6E/t40MltFyPhRE4fQOMWMBL1YGlPEl9FHMB8K5R RrHK4ix7C/OYdLbb8owi7LS2lcBFEtsTzOXO8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=vprJetyCHjYLBFjX3nGVOEOAPMZL4iBsN7kPdwwDhLC5XlTGHNrSuh7CvjlJFUeBB6 qS1d48y/OKD0iY9NsIvQRTZEc6Re48SEcRYPwRkAXYKykPNEcdZR1vmknw2V7sv6LpwQ 6iOf2uBttietLphd5hz2qYReNcROF7ruh2B9Y= Received: by 10.100.125.9 with SMTP id x9mr2279928anc.139.1226346776214; Mon, 10 Nov 2008 11:52:56 -0800 (PST) Received: from whopper.mm_lab.wtbts.net ([208.74.141.36]) by mx.google.com with ESMTPS id 9sm8532402yxs.5.2008.11.10.11.52.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 10 Nov 2008 11:52:55 -0800 (PST) Message-Id: <9B529F38-7F9D-4E6A-A129-B9747FD99F83@gmail.com> From: Michael Mason To: alpine-devel@lists.alpinelinux.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 (Apple Message framework v929.2) Subject: [alpine-devel] Informational:vsftpd,/etc/shells Date: Mon, 10 Nov 2008 19:52:50 +0000 X-Mailer: Apple Mail (2.929.2) This is more as an informational note. If the group thinks that something needs to be changed great, if not ok. Was using alpine linux to setup a ftp server. Installed vsftp and configured it. For some reason it would not allow any local accounts to log in. Then I tried root. That worked. :( Weird. Why wouldn't the accounts I created work? Strace was no help because each connection spun off an child process which didn't tell me what was going on. Did some long research on the net and found that vsftpd will check / etc/shells to validate that the user account is correct. /etc/shells on alpine # valid login shells /bin/ash /bin/dash #/bin/bash #/bin/lash #/bin/msh adduser makes the user account have /etc/sh as the shell. :) Not a valid shell according to /etc/shells. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---