auth: Put 'guest' and 'system' booleans into auth_user_info_unix
authorAndrew Bartlett <abartlet@samba.org>
Fri, 15 Jul 2011 05:10:03 +0000 (15:10 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 19 Jul 2011 23:17:11 +0000 (09:17 +1000)
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>
librpc/idl/auth.idl

index 904becac612f4ce1b0c49dfe1eadb3614508c772..2536777f06937179f53b6dfe8b9189ddc1f4ea46 100644 (file)
@@ -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;
 
                /*