From: Michael Adam Date: Fri, 28 Nov 2008 09:40:01 +0000 (+0100) Subject: s3:winbindd/idmap: add diagnostic entry debug msg to idmap_backends_unixid_to_sid X-Git-Tag: samba-4.0.0alpha6~480^2~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b4e54359fcd455c4aaf6a4c3d9f510d7ab17c02;p=thirdparty%2Fsamba.git s3:winbindd/idmap: add diagnostic entry debug msg to idmap_backends_unixid_to_sid Michael --- 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;