Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Nov 1999 17:36:13 +0000
From:      Joseph Scott <joseph.scott@owp.csus.edu>
To:        trouble@netquick.net
Cc:        FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: POP/FTP/TELNET
Message-ID:  <3823158D.632F6FF2@owp.csus.edu>
References:  <38222426.F510AE0E@netquick.net>

next in thread | previous in thread | raw e-mail | index | archive | help

TrouBle wrote:
> 
> Ok say we have four services pop/smtp/ftp/telnet
> 
> how would i say use the master.passwd file to
> 
> only allow certain users pop/smtp access without allowing ftp/telnet

pop/smtp only : give the user a shell of /sbin/nologin and make sure it
is NOT in /etc/shells

> 
> or say pop/smtp/ftp but no telnet

Give the user a normal shell and make them part of a "no telnet" group
and deny that group login access with /etc/login.access

> 
> or all four pop/smtp/ftp/telnet

Same as above, except not part of the "no telnet" group.

> 
> is there anyway to control these services on a per user basis using the
> master.passwd with like /bin/nologin, or does this disable all services
> for that user ???


-- 

Joseph Scott
joseph.scott@owp.csus.edu
Office Of Water Programs - CSU Sacramento


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3823158D.632F6FF2>