diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-15 16:12:41 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-20 09:17:11 +1000 |
commit | ec5f1b78affbbd56c787696cb6f63a547be2cc25 (patch) | |
tree | 098b3c662150c3aae45fdd5d20456567c20e567e /source3/include/auth.h | |
parent | e2049e77e406981363a7b81fd092a6ccb4afb187 (diff) | |
download | samba-ec5f1b78affbbd56c787696cb6f63a547be2cc25.tar.gz |
s3-auth Use system boolean in auth_user_info_unix
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r-- | source3/include/auth.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h index d13f18b7a5e..8d95fb4ebb5 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 */ |