From e3821f2c40691cc747d887bac14d4e3d37f0763b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 10 Feb 2011 20:21:11 +1100 Subject: s4-auth Move libcli/security/session.c to the top level This code is now useful in common, as the elements of the auth_session_info structure have now been defined in common IDL. Andrew Bartlett --- source4/auth/session.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'source4/auth/session.h') diff --git a/source4/auth/session.h b/source4/auth/session.h index 795497ea8f..8ab6288d64 100644 --- a/source4/auth/session.h +++ b/source4/auth/session.h @@ -21,14 +21,7 @@ #ifndef _SAMBA_AUTH_SESSION_H #define _SAMBA_AUTH_SESSION_H -struct auth_session_info { - struct security_token *security_token; - struct auth_user_info *info; - struct auth_user_info_torture *torture; - DATA_BLOB session_key; - struct cli_credentials *credentials; -}; - +#include "libcli/security/security.h" #include "librpc/gen_ndr/netlogon.h" #include "librpc/gen_ndr/auth.h" -- cgit