winbindd/idmap: add diagnostic entry debug msg to idmap_backends_sid_to_unixid
authorMichael Adam <obnox@samba.org>
Fri, 28 Nov 2008 09:40:42 +0000 (10:40 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 1 Dec 2008 03:26:29 +0000 (04:26 +0100)
Michael

source/winbindd/idmap.c

index 3e7be8cb7abcb9efdb1f9bd375b2844337b67e5f..aaba7e53eed4cef688dc2796107b1fc4dfc03fc2 100644 (file)
@@ -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;