mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
Format UsePAM setting when using sshd -T.
Part of bz#2346, patch from jjelen at redhat com.
This commit is contained in:
parent
ee15d9c9f0
commit
70860b6d07
@ -2094,7 +2094,7 @@ dump_config(ServerOptions *o)
|
||||
|
||||
/* integer arguments */
|
||||
#ifdef USE_PAM
|
||||
dump_cfg_int(sUsePAM, o->use_pam);
|
||||
dump_cfg_fmtint(sUsePAM, o->use_pam);
|
||||
#endif
|
||||
dump_cfg_int(sServerKeyBits, o->server_key_bits);
|
||||
dump_cfg_int(sLoginGraceTime, o->login_grace_time);
|
||||
|
Loading…
x
Reference in New Issue
Block a user