forked from rpms/openssh
Bad condition for UseLogin check (#1350347)
This commit is contained in:
parent
5a67d51d0f
commit
a8068249cb
@ -6,7 +6,7 @@ diff --git a/sshd.c b/sshd.c
|
|||||||
&cfg, NULL);
|
&cfg, NULL);
|
||||||
|
|
||||||
+ /* 'UseLogin yes' is not supported in Fedora */
|
+ /* 'UseLogin yes' is not supported in Fedora */
|
||||||
+ if (options.use_login)
|
+ if (options.use_login == 1)
|
||||||
+ logit("WARNING: 'UseLogin yes' is not supported in Fedora and may cause several problems.");
|
+ logit("WARNING: 'UseLogin yes' is not supported in Fedora and may cause several problems.");
|
||||||
+
|
+
|
||||||
+ /* 'UsePAM no' is not supported in Fedora */
|
+ /* 'UsePAM no' is not supported in Fedora */
|
||||||
|
Loading…
Reference in New Issue
Block a user