[Bug 983] Required authentication

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Wed Mar 28 02:51:10 EST 2012


https://bugzilla.mindrot.org/show_bug.cgi?id=983

--- Comment #52 from Petr Lautrbach <plautrba at redhat.com> 2012-03-28 02:51:10 EST ---
(In reply to comment #46)
> Created attachment 2096 [details]
> Updated version of original patch.
> 

auth2_check_required(const char *list):
+        /* Activate method if it isn't already */
+        if (*(m->enabled) == -1)
+            *(m->enabled) = 1;

I think that enable a method which is not explicitly enabled and might
be disabled by default is not a good idea. An user should be warmed
about the incorrect configuration is this case.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
You are watching the reporter of the bug.


More information about the openssh-bugs mailing list