mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s3:winbindd/idmap: add diagnostic entry debug msg to idmap_backends_unixid_to_sid
Michael
This commit is contained in:
parent
5f5fa28c5d
commit
7b4e54359f
@ -728,6 +728,10 @@ NTSTATUS idmap_backends_unixid_to_sid(const char *domname, struct id_map *id)
|
||||
struct idmap_domain *dom;
|
||||
struct id_map *maps[2];
|
||||
|
||||
DEBUG(10, ("idmap_backend_unixid_to_sid: domain = '%s', xid = %d "
|
||||
"(type %d)\n",
|
||||
domname?domname:"NULL", id->xid.id, id->xid.type));
|
||||
|
||||
maps[0] = id;
|
||||
maps[1] = NULL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user