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

Split Close
Expand all
Collapse all
          --- old/build/openssh/patches/0016-Enable-login-to-a-role-if-PAM-is-ok-with-it.patch
          +++ new/build/openssh/patches/0017-Enable-login-to-a-role-if-PAM-is-ok-with-it.patch
   1      -From 7332e7d5627a72f1587bca85f3fd37f42b419754 Mon Sep 17 00:00:00 2001
        1 +From 101a7bf94901c79603da5750d325f9de67fe3413 Mon Sep 17 00:00:00 2001
   2    2  From: oracle <solaris@oracle.com>
   3    3  Date: Mon, 3 Aug 2015 14:38:19 -0700
   4      -Subject: [PATCH 16/30] Enable login to a role if PAM is ok with it
        4 +Subject: [PATCH 17/36] Enable login to a role if PAM is ok with it
   5    5  
   6    6  ---
   7    7   auth-pam.c        | 14 ++++++++++++++
   8    8   auth-pam.h        |  3 +++
   9    9   auth.h            |  3 +++
  10   10   auth2-hostbased.c | 10 ++++++++++
  11   11   auth2.c           |  8 ++++++++
  12   12   monitor.c         | 15 ++++++++++++++-
  13   13   6 files changed, 52 insertions(+), 1 deletion(-)
  14   14  
↓ open down ↓ 136 lines elided ↑ open up ↑
 151  151   
 152  152  +#ifdef HAVE_PAM_AUSER
 153  153  +       if (hostbased_cuser != NULL)
 154  154  +               do_pam_set_auser(hostbased_cuser);
 155  155  +#endif
 156  156  +
 157  157          ret = do_pam_account();
 158  158   
 159  159          buffer_put_int(m, ret);
 160  160  -- 
 161      -2.3.2 (Apple Git-55)
      161 +2.5.4 (Apple Git-61)
 162  162  
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX