From a08e60dd2ccc5e4be5697e3215440ec0267fe586 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 16 May 2010 00:31:39 +0200 Subject: s3:idmap: add a debug message to idmap_sid_to_uid --- source3/winbindd/idmap_util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/winbindd/idmap_util.c b/source3/winbindd/idmap_util.c index 906667142e..a138e8a895 100644 --- a/source3/winbindd/idmap_util.c +++ b/source3/winbindd/idmap_util.c @@ -188,6 +188,7 @@ backend: } if (map.status != ID_MAPPED) { + DEBUG(10, ("sid [%s] is not mapped\n", sid_string_dbg(sid))); if (winbindd_use_idmap_cache()) { idmap_cache_set_sid2uid(sid, -1); } -- cgit