summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-11-28 10:40:01 +0100
committerKarolin Seeger <kseeger@samba.org>2008-12-11 10:27:07 +0100
commitf5634d477e427617e8cdd6aab0554a5153d60bbc (patch)
tree7fe1560db71d429626fa79661d2e4b1d7342dfe8
parent8cba79a33415e7f73d63e9b7ce5b2c8b0388685a (diff)
downloadsamba-f5634d477e427617e8cdd6aab0554a5153d60bbc.tar.gz
winbindd/idmap: add diagnostic entry debug msg to idmap_backends_unixid_to_sid
Michael (cherry picked from commit 18a6ad74922b9d7619c895156bc729c959ce3c84)
-rw-r--r--source/winbindd/idmap.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/winbindd/idmap.c b/source/winbindd/idmap.c
index 0062c7588e4..3e7be8cb7ab 100644
--- a/source/winbindd/idmap.c
+++ b/source/winbindd/idmap.c
@@ -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;