mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
show what type of idmapping has failed
(This used to be commit 8a222419528153b889cb1a7eae09a155f196b9b5)
This commit is contained in:
parent
6b013c90fd
commit
6abdaefb0f
@ -654,7 +654,7 @@ NTSTATUS idmap_xids_to_sids(struct idmap_context *idmap_ctx,
|
||||
&id[i].sid);
|
||||
}
|
||||
if (!NT_STATUS_IS_OK(id[i].status)) {
|
||||
DEBUG(1, ("idmapping failed for id[%d]\n", i));
|
||||
DEBUG(1, ("idmapping xid_to_sid failed for id[%d]\n", i));
|
||||
error_count++;
|
||||
}
|
||||
}
|
||||
@ -699,7 +699,7 @@ NTSTATUS idmap_sids_to_xids(struct idmap_context *idmap_ctx,
|
||||
&id[i].unixid);
|
||||
}
|
||||
if (!NT_STATUS_IS_OK(id[i].status)) {
|
||||
DEBUG(1, ("idmapping failed for id[%d]\n", i));
|
||||
DEBUG(1, ("idmapping sid_to_xid failed for id[%d]\n", i));
|
||||
error_count++;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user