From 3f24f8d2c69be1db28cb1ffb866d45b520d9544d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 28 May 2010 14:19:28 +0200 Subject: s3-auth: add "system" bool flag to auth_serversupplied_info. Guenther --- source3/include/auth.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/auth.h') diff --git a/source3/include/auth.h b/source3/include/auth.h index ed422c24a0..69a91d29aa 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -42,6 +42,7 @@ struct auth_usersupplied_info { struct auth_serversupplied_info { bool guest; + bool system; struct dom_sid *sids; /* These SIDs are preliminary between check_ntlm_password and the token creation. */ -- cgit