[Bug 983] Required authentication

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Mon Apr 17 23:09:49 EST 2006


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





------- Comment #12 from dtucker at zip.com.au  2006-04-17 23:09 -------
(From update of attachment 1122)
I think this is what is needed:

>+		/* Loop until the required authmethods are done */
>+		if (authenticated && options.required_auth1 != NULL) {
>+			if (auth_remove_from_list(&options.required_auth1,
>+			    meth_name) != 1)
>+				fatal("INTERNAL ERROR: authenticated method "
>+				    "\"%s\" not in required list \"%s\"",
>+				    meth_name, options.required_auth1);
>+			debug2("do_authloop: required list now: %s",
>+			    options.required_auth1 == NULL ?
>+			    "DONE" : options.required_auth1);

                        if (options.required_auth1 == NULL)
                                 return;

>+			authenticated = 0;




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list