diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-15 15:10:03 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-20 09:17:11 +1000 |
commit | bf1dba03b285f3044f096ab597df7859d68ad28e (patch) | |
tree | 0b58a731694f986467e158808d7d57c632c06d20 /librpc/idl | |
parent | 92895379934b660affa70cd406e40719d429ae2a (diff) | |
download | samba-bf1dba03b285f3044f096ab597df7859d68ad28e.tar.gz samba-bf1dba03b285f3044f096ab597df7859d68ad28e.tar.bz2 samba-bf1dba03b285f3044f096ab597df7859d68ad28e.zip |
auth: Put 'guest' and 'system' booleans into auth_user_info_unix
This will allow a transformation of auth3_session_info into
auth_session_info by substitution.
Andrew Bartlett
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/auth.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/librpc/idl/auth.idl b/librpc/idl/auth.idl index 904becac61..2536777f06 100644 --- a/librpc/idl/auth.idl +++ b/librpc/idl/auth.idl @@ -62,6 +62,12 @@ interface auth } auth_user_info_torture; typedef [public] struct { + /* These match exactly the values from the + * auth_serversupplied_info, but should be changed to + * checks involving just the SIDs */ + boolean8 guest; + boolean8 system; + utf8string unix_name; /* |