Print this page
First stab at the full Joyent wad (still needs work!!!)

*** 1,9 **** ! From 7332e7d5627a72f1587bca85f3fd37f42b419754 Mon Sep 17 00:00:00 2001 From: oracle <solaris@oracle.com> Date: Mon, 3 Aug 2015 14:38:19 -0700 ! Subject: [PATCH 16/30] Enable login to a role if PAM is ok with it --- auth-pam.c | 14 ++++++++++++++ auth-pam.h | 3 +++ auth.h | 3 +++ --- 1,9 ---- ! From 101a7bf94901c79603da5750d325f9de67fe3413 Mon Sep 17 00:00:00 2001 From: oracle <solaris@oracle.com> Date: Mon, 3 Aug 2015 14:38:19 -0700 ! Subject: [PATCH 17/36] Enable login to a role if PAM is ok with it --- auth-pam.c | 14 ++++++++++++++ auth-pam.h | 3 +++ auth.h | 3 +++
*** 156,162 **** + ret = do_pam_account(); buffer_put_int(m, ret); -- ! 2.3.2 (Apple Git-55) --- 156,162 ---- + ret = do_pam_account(); buffer_put_int(m, ret); -- ! 2.5.4 (Apple Git-61)