1242be47eSzrj.\" Copyright (c) 2001 Mark R V Murray 2242be47eSzrj.\" All rights reserved. 3242be47eSzrj.\" Copyright (c) 2002 Networks Associates Technology, Inc. 4242be47eSzrj.\" All rights reserved. 5242be47eSzrj.\" 6242be47eSzrj.\" Portions of this software were developed for the FreeBSD Project by 7242be47eSzrj.\" ThinkSec AS and NAI Labs, the Security Research Division of Network 8242be47eSzrj.\" Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 9242be47eSzrj.\" ("CBOSS"), as part of the DARPA CHATS research program. 10242be47eSzrj.\" 11242be47eSzrj.\" Redistribution and use in source and binary forms, with or without 12242be47eSzrj.\" modification, are permitted provided that the following conditions 13242be47eSzrj.\" are met: 14242be47eSzrj.\" 1. Redistributions of source code must retain the above copyright 15242be47eSzrj.\" notice, this list of conditions and the following disclaimer. 16242be47eSzrj.\" 2. Redistributions in binary form must reproduce the above copyright 17242be47eSzrj.\" notice, this list of conditions and the following disclaimer in the 18242be47eSzrj.\" documentation and/or other materials provided with the distribution. 19242be47eSzrj.\" 3. The name of the author may not be used to endorse or promote 20242be47eSzrj.\" products derived from this software without specific prior written 21242be47eSzrj.\" permission. 22242be47eSzrj.\" 23242be47eSzrj.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 24242be47eSzrj.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 25242be47eSzrj.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 26242be47eSzrj.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 27242be47eSzrj.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 28242be47eSzrj.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 29242be47eSzrj.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 30242be47eSzrj.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 31242be47eSzrj.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 32242be47eSzrj.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33242be47eSzrj.\" SUCH DAMAGE. 34242be47eSzrj.\" 35c98db407SSascha Wildner.\" $FreeBSD: head/lib/libpam/modules/pam_ftpusers/pam_ftpusers.8 131504 2004-07-02 23:52:20Z ru $ 36242be47eSzrj.\" 37*097ba284SSascha Wildner.Dd May 20, 2019 38242be47eSzrj.Dt PAM_FTPUSERS 8 39242be47eSzrj.Os 40242be47eSzrj.Sh NAME 41242be47eSzrj.Nm pam_ftpusers 42242be47eSzrj.Nd ftpusers PAM module 43242be47eSzrj.Sh SYNOPSIS 44242be47eSzrj.Op Ar service-name 45242be47eSzrj.Ar module-type 46242be47eSzrj.Ar control-flag 47242be47eSzrj.Pa pam_ftpusers 48242be47eSzrj.Op Ar options 49242be47eSzrj.Sh DESCRIPTION 50242be47eSzrjThe 51242be47eSzrj.Pa ftpusers 52242be47eSzrjservice module for PAM, 53242be47eSzrj.Nm 54242be47eSzrjprovides functionality for only one PAM category: 55242be47eSzrjaccount management. 56242be47eSzrjIn terms of the 57242be47eSzrj.Ar module-type 58242be47eSzrjparameter, this is the 59242be47eSzrj.Dq Li account 60242be47eSzrjfeature. 61242be47eSzrj.Ss Ftpusers Account Management Module 62242be47eSzrjThe 63242be47eSzrj.Pa ftpusers 64242be47eSzrjaccount management component 65242be47eSzrj.Pq Fn pam_sm_acct_mgmt , 66242be47eSzrjsucceeds if and only if the user is listed in 67242be47eSzrj.Pa /etc/ftpusers . 68242be47eSzrj.Pp 69242be47eSzrjThe following options may be passed to the authentication module: 70242be47eSzrj.Bl -tag -width ".Cm disallow" 71242be47eSzrj.It Cm debug 72242be47eSzrj.Xr syslog 3 73242be47eSzrjdebugging information at 74242be47eSzrj.Dv LOG_DEBUG 75242be47eSzrjlevel. 76242be47eSzrj.It Cm no_warn 77242be47eSzrjsuppress warning messages to the user. 78242be47eSzrjThese messages include reasons why the user's authentication attempt 79242be47eSzrjwas declined. 80242be47eSzrj.It Cm disallow 81242be47eSzrjreverse the semantics; 82242be47eSzrj.Nm 83242be47eSzrjwill succeed if and only if the user is not listed in 84242be47eSzrj.Pa /etc/ftpusers . 85242be47eSzrj.El 86242be47eSzrj.Sh SEE ALSO 87dfc0c85aSSascha Wildner.Xr pam 3 , 88dfc0c85aSSascha Wildner.Xr pam.conf 5 89242be47eSzrj.Sh AUTHORS 90242be47eSzrjThe 91242be47eSzrj.Nm 92242be47eSzrjmodule and this manual page were developed for the 93242be47eSzrj.Fx 94242be47eSzrjProject by 95242be47eSzrjThinkSec AS and NAI Labs, the Security Research Division of Network 96242be47eSzrjAssociates, Inc.\& under DARPA/SPAWAR contract N66001-01-C-8035 97242be47eSzrj.Pq Dq CBOSS , 98242be47eSzrjas part of the DARPA CHATS research program. 99