Displaying 1 result from an estimated 1 matches for "required_auth1".
2006 Apr 17
9
[Bug 983] Required authentication
...ttp://bugzilla.mindrot.org/show_bug.cgi?id=983
------- Comment #7 from dtucker at zip.com.au 2006-04-17 22:00 -------
(From update of attachment 807)
This bit doesn't seem right:
>+ /* 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_aut...