idmap_ad: Fix a copy&paste error
authorVolker Lendecke <vl@samba.org>
Mon, 8 Feb 2016 09:30:43 +0000 (10:30 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 16 Feb 2016 13:14:21 +0000 (14:14 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Tue Feb 16 14:14:21 CET 2016 on sn-devel-144

source3/winbindd/idmap_ad.c

index df1d3695ebb2dc84456b450ab5b192a76a56198b..e5dea208436b718555873f58fd56818d45e6903a 100644 (file)
@@ -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;
                }