From: Volker Lendecke Date: Mon, 8 Feb 2016 09:30:43 +0000 (+0100) Subject: idmap_ad: Fix a copy&paste error X-Git-Tag: ldb-1.1.26~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d3be72a5e3ce45616e152f708288e9092624f878;p=thirdparty%2Fsamba.git idmap_ad: Fix a copy&paste error Signed-off-by: Volker Lendecke Reviewed-by: Andreas Schneider Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Tue Feb 16 14:14:21 CET 2016 on sn-devel-144 --- diff --git a/source3/winbindd/idmap_ad.c b/source3/winbindd/idmap_ad.c index df1d3695ebb..e5dea208436 100644 --- a/source3/winbindd/idmap_ad.c +++ b/source3/winbindd/idmap_ad.c @@ -322,7 +322,8 @@ again: ctx->ad_schema->posix_gidnumber_attr, &id)) { - DEBUG(1, ("Could not get SID for unix ID %u\n", (unsigned) id)); + DEBUG(1, ("Could not get unix ID for SID %s\n", + dom_sid_string(talloc_tos(), &sid))); continue; }