]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:winbind: Print priv pipe location
authorAndreas Schneider <asn@samba.org>
Tue, 26 Nov 2019 11:45:24 +0000 (12:45 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 26 Nov 2019 12:49:41 +0000 (12:49 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/winbindd/winbindd_misc.c

index cc0701e597ad1a93a3f3dd4dcb1c86e587c49354..d27ed76e81e78ecf6bc071ed965c3b4aa315c0b0 100644 (file)
@@ -477,5 +477,10 @@ bool winbindd_priv_pipe_dir(struct winbindd_cli_state *state)
        state->response->length +=
                strlen((char *)state->response->extra_data.data) + 1;
 
+       DBG_NOTICE("[%s (%u)]: response location of privileged pipe: %s\n",
+                  state->client_name,
+                  (unsigned int)state->pid,
+                  priv_dir);
+
        return true;
 }