From 7b4e54359fcd455c4aaf6a4c3d9f510d7ab17c02 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 28 Nov 2008 10:40:01 +0100 Subject: [PATCH] s3:winbindd/idmap: add diagnostic entry debug msg to idmap_backends_unixid_to_sid Michael --- source3/winbindd/idmap.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source3/winbindd/idmap.c b/source3/winbindd/idmap.c index 0062c7588e4..3e7be8cb7ab 100644 --- a/source3/winbindd/idmap.c +++ b/source3/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; -- 2.11.4.GIT