From ec5f1b78affbbd56c787696cb6f63a547be2cc25 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 15 Jul 2011 16:12:41 +1000 Subject: s3-auth Use system boolean in auth_user_info_unix Signed-off-by: Andrew Tridgell --- source3/include/auth.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include/auth.h') diff --git a/source3/include/auth.h b/source3/include/auth.h index d13f18b7a5..8d95fb4ebb 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -76,8 +76,6 @@ struct auth_serversupplied_info { }; struct auth3_session_info { - bool system; - struct security_unix_token *unix_token; /* NT group information taken from the info3 structure */ -- cgit