X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail-qk1-f174.google.com (mail-qk1-f174.google.com [209.85.222.174]) by lists.alpinelinux.org (Postfix) with ESMTP id 19DA45C5938 for ; Thu, 8 Nov 2018 17:53:37 +0000 (GMT) Received: by mail-qk1-f174.google.com with SMTP id 131so28017556qkd.4 for ; Thu, 08 Nov 2018 09:53:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=6/vgJy9OJ0Fud8ogwRakqnWn40w3mvZY+eUTzx3oNqQ=; b=iGhhQbkA7dJ6iHB5oP144Glnzn+FtYfcGWs9xE/GhaSDS2rF/MAi6iAcptbPSfCPWr 5Wed6OBVPvv/0gq+kb09uBbinNXpe1WvXWZeEVobZ0jfHvIS33sC5Nu5LZMFjKDWqTSK FAkmyHL3XPijq3gSeUBcPm6M2MyPSGD8/mV5C+67I9wXSobdpiOwEYgNtl+yjl0eaDIl Bw7a6h9gryJISWHXCxyWoxS32hOEtv3J5oF59DXhBAuQDO9eoGnQUw79NRMiYkFDy4O3 LlTlXZZtM4mAuOTH+ChNMI2q5jK4R3N/1cmyMkHo/ZJ++zLJRnOxtJJgN5/xdkmfTebe oHWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=6/vgJy9OJ0Fud8ogwRakqnWn40w3mvZY+eUTzx3oNqQ=; b=RTR+Lp47p9qshfRYc083Et0Mqy8OblkCuIHAgP3YHK2fUsKCfXedv/NjD1cO/Mi/NR q6ZO4lKAZOnJDgyThuPP9gmsnv0ULt4hFZnqEgCiA7Qge+Os0B8IGiK9Vzz9cwkBqt0g J4ZzzUUI1YTeR7G2uv9uytElhR5U7keSUohr9GV3X1wM2yXCvLoCp8r4ys/LE0PiZlQ3 bCf+m6IsHGKOYAXPoRe72zZSKmXJUoWkRgW30DGbPrjqSuQSK6phO+s0qXE7eT0MskC2 fUqQ4d5LO6eLYYG6bssSUIO18mp+RBX1jJ43xMe8wapwKgk4BRfep+pLJ1OED8jA9RSK uUEA== X-Gm-Message-State: AGRZ1gKBDP1RZD3duMUETpb/prhRmZDezrUW1xcZ2ZNTZrs/GXXv30av GwaVtlvCqHzXOVpOoKQHEe0QYrr/5ml6nFlOHiqK5zGS X-Google-Smtp-Source: AJdET5eqONUZZDxfihuTF1vwaJMaWZEYfbZv5Xmu00EXHLbGyLQNf/2reGvzZAIdxoSSY7m+jqCdKIgpr02yNLUCE4U= X-Received: by 2002:a37:5ac4:: with SMTP id o187mr5032862qkb.282.1541699616397; Thu, 08 Nov 2018 09:53:36 -0800 (PST) X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 From: James Osborne Date: Thu, 8 Nov 2018 17:53:25 +0000 Message-ID: Subject: [alpine-user] missing pam_userdb.so? To: alpine-user@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="000000000000fc6e3c057a2ae940" --000000000000fc6e3c057a2ae940 Content-Type: text/plain; charset="UTF-8" Hello, I'm trying to get vsftpd to run in an Alpine Linux Docker container with virtual users. I have a vsftpd configuration working in a CentOS container, but the same configuration under Alpine always gives me a "Login failed: 530 Login incorrect." from vsftpd. I think this is due to the fact the user authentication is using PAM, specifically a Berkley DB file, which requires pam_userdb.so. It seems this library is missing in Alpine, and I think that is the cause of the authentication failure. (Mainly because the file exists in CentOS and everything works just fine there.) I've searched a bit, and it appears that pam_userdb might be deprecated, but as other (current) distros have it available, I assume the code is still in the source repo? Checking the linux-pam module, no pam_userdb.so file is listed in the content. Please could someone tell me how I might go about compiling it? Sorry if this isn't the correct list, or if this is not how questions are usually asked. I think this might very well be my first mailing list use ever. Thanks, James --000000000000fc6e3c057a2ae940 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

I'm trying = to get vsftpd to run in an Alpine Linux Docker container with virtual users= . I have a vsftpd configuration working in a CentOS container, but the same= configuration under Alpine always gives me a "Login failed: 530 Login= incorrect." from vsftpd. I think this is due to the fact the user aut= hentication is using PAM, specifically a Berkley DB file, which requires pa= m_userdb.so. It seems this library is missing in Alpine, and I think that i= s the cause of the authentication failure. (Mainly because the file exists = in CentOS and everything works just fine there.)

I= 've searched a bit, and it appears that pam_userdb might be deprecated,= but as other (current) distros have it available, I assume the code is sti= ll in the source repo?

Checking the linux-pam modu= le, no pam_userdb.so file is listed in the content. Please could someone te= ll me how I might go about compiling it?=C2=A0

Sor= ry if this isn't the correct list, or if this is not how questions are = usually asked. I think this might very well be my first mailing list use ev= er.

Thanks,

James
--000000000000fc6e3c057a2ae940-- --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---