Ignore:
Timestamp:
Nov 25, 2016, 8:04:54 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.7

Location:
vendor/current/source3/auth
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/auth/auth_generic.c

    r988 r989  
    2929#ifdef HAVE_KRB5
    3030#include "auth/kerberos/pac_utils.h"
     31
    3132#endif
    3233#include "librpc/crypto/gse.h"
     
    6465        if (pac_blob) {
    6566#ifdef HAVE_KRB5
     67
     68
     69
     70
     71
     72
     73
     74
     75
     76
     77
     78
     79
     80
     81
     82
     83
     84
     85
     86
     87
     88
     89
     90
     91
     92
     93
     94
     95
     96
     97
     98
     99
     100
     101
     102
     103
     104
     105
     106
     107
     108
     109
     110
     111
    66112                status = kerberos_pac_logon_info(tmp_ctx, *pac_blob, NULL, NULL,
    67113                                                 NULL, NULL, 0, &logon_info);
     
    102148        }
    103149
    104         /* save the PAC data if we have it */
     150        /* the PAC data if we have it */
    105151        if (logon_info) {
    106152                status = create_info3_from_pac_logon_info(tmp_ctx,
     
    110156                        goto done;
    111157                }
    112                 netsamlogon_cache_store(ntuser, info3_copy);
    113158        }
    114159
  • vendor/current/source3/auth/token_util.c

    r988 r989  
    673673        gid_t *gids;
    674674        struct dom_sid *group_sids;
     675
    675676        uint32_t num_group_sids;
    676677        uint32_t num_gids;
     
    754755
    755756        } else  if (sid_check_is_in_unix_users(user_sid)) {
    756                 struct dom_sid tmp_sid;
    757757                uint32_t getgroups_num_group_sids;
    758758                /* This is a unix user not in passdb. We need to ask nss
Note: See TracChangeset for help on using the changeset viewer.