]> andersk Git - openssh.git/blobdiff - session.c
- (djm) Bug #564: Perform PAM account checks for all authentications when
[openssh.git] / session.c
index d3ef89a0c95d9da64146fdfed07d12cab4b31a6b..20c4b8a97346f008b20c920dfe27f757c628670f 100644 (file)
--- a/session.c
+++ b/session.c
@@ -719,6 +719,7 @@ do_login(Session *s, const char *command)
        if (options.use_pam && is_pam_password_change_required()) {
                print_pam_messages();
                do_pam_chauthtok();
+               /* XXX - signal [net] parent to enable forwardings */
        }
 #endif
 
This page took 0.040484 seconds and 4 git commands to generate.