Egg on my face: UsePAM was off by default.

Pointed out by:	Sean McNeil <sean@mcneil.com>
This commit is contained in:
Dag-Erling Smørgrav 2004-01-09 08:07:12 +00:00
parent e6003d0862
commit f0477b2653
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124279

View File

@ -111,7 +111,7 @@ fill_default_server_options(ServerOptions *options)
{
/* Portable-specific options */
if (options->use_pam == -1)
options->use_pam = 0;
options->use_pam = 1;
/* Standard Options */
if (options->protocol == SSH_PROTO_UNKNOWN)