1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-26 01:49:31 +03:00

krb5_plugin: Set the wbclient process name

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Andreas Schneider
2018-11-05 08:11:27 +01:00
committed by Andreas Schneider
parent 1834513ebe
commit 6f257f958f

View File

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