From f5963aad18de80e837448cbc29feb52081897667 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 21 Jul 2011 17:06:17 +1000 Subject: s4-auth Move conversion of security_token to unix_token to auth This allows us to honour the AUTH_SESSION_INFO_UNIX_TOKEN flag. Andrew Bartlett Signed-off-by: Andrew Tridgell --- source4/auth/auth.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/auth/auth.h') diff --git a/source4/auth/auth.h b/source4/auth/auth.h index caab230a46..ac2327df9d 100644 --- a/source4/auth/auth.h +++ b/source4/auth/auth.h @@ -157,7 +157,9 @@ struct auth_critical_sizes { const struct auth_usersupplied_info *user_info_in, const struct auth_usersupplied_info **user_info_encrypted); +struct wbc_context; #include "auth/session.h" +#include "auth/unix_token_proto.h" #include "auth/system_session_proto.h" #include "libcli/security/security.h" -- cgit