summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-11-05 08:11:27 +0100
committerAndreas Schneider <asn@cryptomilk.org>2018-11-12 09:50:25 +0100
commit6f257f958fe448f6cf12008ad8c380aeb748c657 (patch)
treec957f0eb57c0bc136ce3475aad45289942417cac /nsswitch
parent1834513ebe394f4e5111665a21df652e59b3b0b6 (diff)
downloadsamba-6f257f958fe448f6cf12008ad8c380aeb748c657.tar.gz
krb5_plugin: Set the wbclient process name
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'nsswitch')
-rw-r--r--nsswitch/krb5_plugin/winbind_krb5_localauth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nsswitch/krb5_plugin/winbind_krb5_localauth.c b/nsswitch/krb5_plugin/winbind_krb5_localauth.c
index b412575e4fe..e27bd6c6c54 100644
--- a/nsswitch/krb5_plugin/winbind_krb5_localauth.c
+++ b/nsswitch/krb5_plugin/winbind_krb5_localauth.c
@@ -52,6 +52,8 @@ static krb5_error_code winbind_init(krb5_context context,
return ENOMEM;
}
+ wbcSetClientProcessName("krb5_localauth_plugin");
+
*data = d;
return 0;