Changeset 862 for trunk/server/source4/libnet/libnet_passwd.c
- Timestamp:
- May 13, 2014, 11:39:04 AM (11 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 860
- Property svn:mergeinfo changed
-
trunk/server/source4/libnet/libnet_passwd.c
r752 r862 628 628 "samr_LookupNames for [%s] returns %d RIDs", 629 629 r->samr.in.account_name, ln.out.rids->count); 630 status = NT_STATUS_INVALID_ PARAMETER;630 status = NT_STATUS_INVALID_NETWORK_RESPONSE; 631 631 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; 632 640 } 633 641
Note:
See TracChangeset
for help on using the changeset viewer.