Changeset 989 for vendor/current/source3/auth
- Timestamp:
- Nov 25, 2016, 8:04:54 PM (9 years ago)
- Location:
- vendor/current/source3/auth
- Files:
-
- 2 edited
-
auth_generic.c (modified) (4 diffs)
-
token_util.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/auth/auth_generic.c
r988 r989 29 29 #ifdef HAVE_KRB5 30 30 #include "auth/kerberos/pac_utils.h" 31 31 32 #endif 32 33 #include "librpc/crypto/gse.h" … … 64 65 if (pac_blob) { 65 66 #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 66 112 status = kerberos_pac_logon_info(tmp_ctx, *pac_blob, NULL, NULL, 67 113 NULL, NULL, 0, &logon_info); … … 102 148 } 103 149 104 /* savethe PAC data if we have it */150 /* the PAC data if we have it */ 105 151 if (logon_info) { 106 152 status = create_info3_from_pac_logon_info(tmp_ctx, … … 110 156 goto done; 111 157 } 112 netsamlogon_cache_store(ntuser, info3_copy);113 158 } 114 159 -
vendor/current/source3/auth/token_util.c
r988 r989 673 673 gid_t *gids; 674 674 struct dom_sid *group_sids; 675 675 676 uint32_t num_group_sids; 676 677 uint32_t num_gids; … … 754 755 755 756 } else if (sid_check_is_in_unix_users(user_sid)) { 756 struct dom_sid tmp_sid;757 757 uint32_t getgroups_num_group_sids; 758 758 /* This is a unix user not in passdb. We need to ask nss
Note:
See TracChangeset
for help on using the changeset viewer.
