]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:winbind: Improve debug message to print service in smb_krb5_renew_ticket()
authorSamuel Cabrero <scabrero@suse.de>
Thu, 7 Jul 2022 12:13:02 +0000 (14:13 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 12 Jul 2022 11:47:30 +0000 (11:47 +0000)
Signed-off-by: Samuel Cabrero <scabrero@suse.de>
Reviewed-by: Andreas Schneider <asn@samba.org>
lib/krb5_wrap/krb5_samba.c

index 57ffdc727805813a1a4fe7aa5017ee89116d7abe..9558522c634eac696ff460e296d1a6a109018511 100644 (file)
@@ -1084,7 +1084,8 @@ krb5_error_code smb_krb5_renew_ticket(const char *ccache_string,
                goto done;
        }
 
-       DBG_DEBUG("Using %s as ccache for '%s'\n", ccache_string, client_string);
+       DBG_DEBUG("Using %s as ccache for client '%s' and service '%s'\n",
+                 ccache_string, client_string, service_string);
 
        /* FIXME: we should not fall back to defaults */
        ret = krb5_cc_resolve(context, discard_const_p(char, ccache_string), &ccache);