fix multiple authentication using S/Key w/ privsep
bz#2502, patch from Kevin Korb and feandil_
This commit is contained in:
parent
88b6fcdeb8
commit
ac9473580d
|
@ -1035,7 +1035,8 @@ mm_answer_skeyrespond(int sock, Buffer *m)
|
||||||
debug3("%s: sending authenticated: %d", __func__, authok);
|
debug3("%s: sending authenticated: %d", __func__, authok);
|
||||||
mm_request_send(sock, MONITOR_ANS_SKEYRESPOND, m);
|
mm_request_send(sock, MONITOR_ANS_SKEYRESPOND, m);
|
||||||
|
|
||||||
auth_method = "skey";
|
auth_method = "keyboard-interactive";
|
||||||
|
auth_submethod = "skey";
|
||||||
|
|
||||||
return (authok != 0);
|
return (authok != 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue