summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-28 14:19:28 +0200
committerGünther Deschner <gd@samba.org>2010-05-31 15:30:59 +0200
commit3f24f8d2c69be1db28cb1ffb866d45b520d9544d (patch)
treeac6aa97ac2f0fb5e389147d04a48a237cf971634 /source3/include/auth.h
parenta7805811c432adb9b0e82039858269c2154521ae (diff)
downloadsamba-3f24f8d2c69be1db28cb1ffb866d45b520d9544d.tar.gz
samba-3f24f8d2c69be1db28cb1ffb866d45b520d9544d.tar.bz2
samba-3f24f8d2c69be1db28cb1ffb866d45b520d9544d.zip
s3-auth: add "system" bool flag to auth_serversupplied_info.
Guenther
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r--source3/include/auth.h1
1 files changed, 1 insertions, 0 deletions
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. */