]> andersk Git - openssh.git/blobdiff - servconf.c
- (djm) [servconf.c] Print UsePAM option in config test mode (when it
[openssh.git] / servconf.c
index 72746d34e7057badbcb58133b5839a6263d42e28..53e964deeef1723ab7bdb3e3d4fc675b0fea334e 100644 (file)
@@ -1544,6 +1544,9 @@ dump_config(ServerOptions *o)
        }
 
        /* integer arguments */
+#ifdef USE_PAM
+       dump_cfg_int(sUsePAM, o->use_pam);
+#endif
        dump_cfg_int(sServerKeyBits, o->server_key_bits);
        dump_cfg_int(sLoginGraceTime, o->login_grace_time);
        dump_cfg_int(sKeyRegenerationTime, o->key_regeneration_time);
This page took 0.026683 seconds and 4 git commands to generate.