krb5_plugin: Set the wbclient process name
authorAndreas Schneider <asn@samba.org>
Mon, 5 Nov 2018 07:11:27 +0000 (08:11 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 12 Nov 2018 08:50:25 +0000 (09:50 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
nsswitch/krb5_plugin/winbind_krb5_localauth.c

index b412575e4fe7923eace36535bfceed0617f87db3..e27bd6c6c548644bdf6ba3acce55b43c33a8a614 100644 (file)
@@ -52,6 +52,8 @@ static krb5_error_code winbind_init(krb5_context context,
                return ENOMEM;
        }
 
+       wbcSetClientProcessName("krb5_localauth_plugin");
+
        *data = d;
 
        return 0;