From 11d5b1a21a4ca3bbc9b9233a6afb2cb4546b736e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 28 Nov 2008 10:40:42 +0100 Subject: s3:winbindd/idmap: add diagnostic entry debug msg to idmap_backends_sid_to_unixid Michael --- source3/winbindd/idmap.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/winbindd') 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; -- cgit