diff options
author | Günther Deschner <gd@samba.org> | 2010-05-28 14:19:28 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-31 15:30:59 +0200 |
commit | 3f24f8d2c69be1db28cb1ffb866d45b520d9544d (patch) | |
tree | ac6aa97ac2f0fb5e389147d04a48a237cf971634 /source3/include/auth.h | |
parent | a7805811c432adb9b0e82039858269c2154521ae (diff) | |
download | samba-3f24f8d2c69be1db28cb1ffb866d45b520d9544d.tar.gz samba-3f24f8d2c69be1db28cb1ffb866d45b520d9544d.tar.xz 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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h index ed422c24a0a..69a91d29aa3 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. */ |