11 lines
430 B
Diff
11 lines
430 B
Diff
--- crypto/openssh/monitor.c.orig
|
|
+++ crypto/openssh/monitor.c
|
|
@@ -193,7 +193,7 @@
|
|
#endif
|
|
{MONITOR_REQ_SIGN, MON_ONCE, mm_answer_sign},
|
|
#ifdef HAVE_LOGIN_CAP
|
|
- {MONITOR_REQ_GETPWCLASS, MON_AUTH, mm_answer_login_getpwclass},
|
|
+ {MONITOR_REQ_GETPWCLASS, MON_ISAUTH, mm_answer_login_getpwclass},
|
|
#endif
|
|
{MONITOR_REQ_PWNAM, MON_ONCE, mm_answer_pwnamallow},
|
|
{MONITOR_REQ_AUTHSERV, MON_ONCE, mm_answer_authserv},
|