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:
committed by
Andreas Schneider
parent
1834513ebe
commit
6f257f958f
@ -52,6 +52,8 @@ static krb5_error_code winbind_init(krb5_context context,
|
||||
return ENOMEM;
|
||||
}
|
||||
|
||||
wbcSetClientProcessName("krb5_localauth_plugin");
|
||||
|
||||
*data = d;
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user