From caf485a2bd0453b7d22600f9106a2026b1a50c79 Mon Sep 17 00:00:00 2001
From: Andrew Bartlett <abartlet@samba.org>
Date: Mon, 30 Jan 2012 21:49:33 +1100
Subject: auth: Pass in the SMB username (for %U) into generate_session_info

This matches what Samba3 does.

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Mon Feb 13 01:25:59 CET 2012 on sn-devel-104
---
 auth/common_auth.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'auth')

diff --git a/auth/common_auth.h b/auth/common_auth.h
index 453c0c9efbd..d9996e1ee48 100644
--- a/auth/common_auth.h
+++ b/auth/common_auth.h
@@ -120,6 +120,7 @@ struct auth4_context {
 	NTSTATUS (*generate_session_info)(TALLOC_CTX *mem_ctx,
 					  struct auth4_context *auth_context,
 					  void *server_returned_info,
+					  const char *original_user_name,
 					  uint32_t session_info_flags,
 					  struct auth_session_info **session_info);
 
-- 
cgit