Remove description of the now-defunct NoneEnabled option.

This commit is contained in:
Dag-Erling Smørgrav 2015-11-24 16:06:15 +00:00
parent 046aad399a
commit db83e5424b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291260
2 changed files with 2 additions and 4 deletions

View File

@ -1432,7 +1432,8 @@ static void
do_nologin(struct passwd *pw)
{
FILE *f = NULL;
char buf[1024], *nl, *def_nl = _PATH_NOLOGIN;
char buf[1024], *def_nl = _PATH_NOLOGIN;
const char *nl;
struct stat sb;
#ifdef HAVE_LOGIN_CAP

View File

@ -137,9 +137,6 @@ Subsystem sftp /usr/libexec/sftp-server
# TCP receive socket buffer polling for HPN. Disable on non autotuning kernels.
#TcpRcvBufPoll yes
# Allow the use of the NONE cipher.
#NoneEnabled no
# Example of overriding settings on a per-user basis
#Match User anoncvs
# X11Forwarding no