summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-11-28 10:40:42 +0100
committerMichael Adam <obnox@samba.org>2008-12-01 04:37:21 +0100
commit11d5b1a21a4ca3bbc9b9233a6afb2cb4546b736e (patch)
tree16dee835d207b4455d62deea1ba271fd09618007 /source3/winbindd/idmap.c
parent7b4e54359fcd455c4aaf6a4c3d9f510d7ab17c02 (diff)
downloadsamba-11d5b1a21a4ca3bbc9b9233a6afb2cb4546b736e.tar.gz
samba-11d5b1a21a4ca3bbc9b9233a6afb2cb4546b736e.tar.bz2
samba-11d5b1a21a4ca3bbc9b9233a6afb2cb4546b736e.zip
s3:winbindd/idmap: add diagnostic entry debug msg to idmap_backends_sid_to_unixid
Michael
Diffstat (limited to 'source3/winbindd/idmap.c')
-rw-r--r--source3/winbindd/idmap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/winbindd/idmap.c b/source3/winbindd/idmap.c
index 3e7be8cb7a..aaba7e53ee 100644
--- a/source3/winbindd/idmap.c
+++ b/source3/winbindd/idmap.c
@@ -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;