From owner-freebsd-questions@freebsd.org Mon May 21 23:04:13 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D318EA8D4E; Mon, 21 May 2018 23:04:13 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2D3F7556E; Mon, 21 May 2018 23:04:12 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id BDB852273E; Mon, 21 May 2018 19:04:05 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Mon, 21 May 2018 19:04:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=+YPJoGOTPTYxwxJ5cWsk2Cc6mmtMe w4Qg0mM3MXTgew=; b=FBKMOuMtbWlpLq2J9xjpj0waRKZNH7Syd7GTz3nyNCiIj YVT4+QMl8Pnqps4Gjv0uGD37XK/uvDgOO3lFhNpfHfwdVsVOiyjZa6+3IK7aCh60 JxweHwTKhU7EQBRElSgjDCsxKxi1SxWEGtiMaCRpjrP5fuYTJvgUjymwy/bLzBY8 82DA03U3ar27TpNILsNJgxt2nHCNRhwACPHcEnN4YHiMEE4WSTZIGz27ViOllv5p I+Th6YWG87aOeJViC0+5ryIBKJDUg3m9VF4zR0wwBg+r4KBS++Aw5XHjnDvOQZB5 lhdKvnKhqJ72hlh7mTjVizEsd53BRWJ+L50H1yj9Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=+YPJoG OTPTYxwxJ5cWsk2Cc6mmtMew4Qg0mM3MXTgew=; b=LxEII65MuYkvMCkGY4dhD/ nhbkUJMGGri0i3Np7wRRAoyhb7wy8igiGdVrgys2FIm6sryR8uegDSzGuGZv1g4L B1Oc9uYvqmv3LeXCylB9vVNgGMy8DNtjD+ETRCnvFsFf4COTzU10h+bbnEUlg8cy vJzaFeyCqFPaxyKOKjyfLbm/KCF6DLGOLuoaNns1lXsowbtvKN58mtMC1RPNRLf8 cFedIer2JOhq4KBsOBEqwy3HIcmCSChxLbAt6R1kQFsdhIsmQNyxL4tfDYfBGRwA HkUZjQozVdICNdxrAQK7HjUW1R4wADzJeBBOz2CkbazE1Ycqfa2rC79P549kkqfg == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: from desktop.local (parsley.growveg.org [82.70.91.97]) by mail.messagingengine.com (Postfix) with ESMTPA id 0BDA510252; Mon, 21 May 2018 19:04:04 -0400 (EDT) Subject: Re: ftpd in base References: <5B01B1E6.2090106@grosbein.net> To: freebsd-questions@freebsd.org Cc: freebsd-stable@freebsd.org From: tech-lists Organization: none Message-ID: Date: Tue, 22 May 2018 00:04:03 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <5B01B1E6.2090106@grosbein.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2018 23:04:13 -0000 On 20/05/2018 18:35, Eugene Grosbein wrote: > Our ftpd applies -u and by default instantly overrides it with login class setting. > > You should add your own login class to /etc/login.conf with 0111 value > then run "cap_mkdb /etc/login.conf" and "pw usermod ftpusername -L ftploginclass" Hi, Thanks for this - have sorted it now. -- J.