From 9e48dc2b78226bdacb8988509eaa93e5c9d92787 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 5 Nov 2009 19:10:55 +0100 Subject: s3-kerberos: support S4U2SELF impersionation through cli_krb5_get_ticket(). Guenther --- source3/libads/authdata.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/libads') diff --git a/source3/libads/authdata.c b/source3/libads/authdata.c index 8a6a35130b..98d418cf75 100644 --- a/source3/libads/authdata.c +++ b/source3/libads/authdata.c @@ -488,7 +488,8 @@ NTSTATUS kerberos_return_pac(TALLOC_CTX *mem_ctx, &sesskey1, 0, cc, - NULL); + NULL, + impersonate_princ_s); if (ret) { DEBUG(1,("failed to get ticket for %s: %s\n", local_service, error_message(ret))); -- cgit