mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s3:winbindd/idmap: add diagnostic entry debug msg to idmap_backends_sid_to_unixid
Michael
This commit is contained in:
parent
7b4e54359f
commit
11d5b1a21a
@ -758,6 +758,9 @@ NTSTATUS idmap_backends_sid_to_unixid(const char *domain, struct id_map *id)
|
||||
struct idmap_domain *dom;
|
||||
struct id_map *maps[2];
|
||||
|
||||
DEBUG(10, ("idmap_backend_sid_to_unixid: domain = '%s', sid = [%s]\n",
|
||||
domain?domain:"NULL", sid_string_dbg(id->sid)));
|
||||
|
||||
maps[0] = id;
|
||||
maps[1] = NULL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user