Ignore:
Timestamp:
May 13, 2014, 11:39:04 AM (11 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update trunk to 3.6.23

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source4/libnet/libnet_passwd.c

    r752 r862  
    628628                                                "samr_LookupNames for [%s] returns %d RIDs",
    629629                                                r->samr.in.account_name, ln.out.rids->count);
    630                 status = NT_STATUS_INVALID_PARAMETER;
     630                status = NT_STATUS_INVALID_NETWORK_RESPONSE;
    631631                goto disconnect;       
     632        }
     633
     634        if (ln.out.types->count != 1) {
     635                r->samr.out.error_string = talloc_asprintf(mem_ctx,
     636                                                "samr_LookupNames for [%s] returns %d RID TYPEs",
     637                                                r->samr.in.account_name, ln.out.types->count);
     638                status = NT_STATUS_INVALID_NETWORK_RESPONSE;
     639                goto disconnect;
    632640        }
    633641
Note: See TracChangeset for help on using the changeset viewer.