s3:idmap: add a debug message to idmap_sid_to_uid
authorMichael Adam <obnox@samba.org>
Sat, 15 May 2010 22:31:39 +0000 (00:31 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 31 May 2010 15:34:01 +0000 (17:34 +0200)
source3/winbindd/idmap_util.c

index 2a5227ad1e55c61290e91afeb3b5559d5d2dafb6..7c7aecaa9c7ec64762029cda2fbe662cfb0aa56f 100644 (file)
@@ -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);
                }