Changeset 738 for branches/samba-3.5.x/source3/winbindd/winbindd_util.c
- Timestamp:
- Nov 12, 2012, 7:10:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/source3/winbindd/winbindd_util.c
r480 r738 1167 1167 } 1168 1168 1169 /* Skip Domain local groups outside our domain. 1170 We'll get these from the getsidaliases() RPC call. */ 1169 /* 1170 * Before bug #7843 the "Domain Local" groups were added with a 1171 * lookupuseraliases call, but this isn't done anymore for our domain 1172 * so we need to resolve resource groups here. 1173 * 1174 * When to use Resource Groups: 1175 * http://technet.microsoft.com/en-us/library/cc753670%28v=WS.10%29.aspx 1176 */ 1171 1177 status = sid_array_from_info3(mem_ctx, info3, 1172 1178 user_sids, 1173 1179 &num_groups, 1174 false , true);1180 false); 1175 1181 1176 1182 if (!NT_STATUS_IS_OK(status)) {
Note:
See TracChangeset
for help on using the changeset viewer.