Ignore:
Timestamp:
Nov 12, 2012, 7:10:02 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.18

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/winbindd/winbindd_util.c

    r480 r738  
    11671167        }
    11681168
    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        */
    11711177        status = sid_array_from_info3(mem_ctx, info3,
    11721178                                      user_sids,
    11731179                                      &num_groups,
    1174                                       false, true);
     1180                                      false);
    11751181
    11761182        if (!NT_STATUS_IS_OK(status)) {
Note: See TracChangeset for help on using the changeset viewer.