summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/auth.idl6
1 files changed, 5 insertions, 1 deletions
diff --git a/librpc/idl/auth.idl b/librpc/idl/auth.idl
index 582587e062f..a6b4a118be2 100644
--- a/librpc/idl/auth.idl
+++ b/librpc/idl/auth.idl
@@ -52,7 +52,11 @@ interface auth
uint32 acct_flags;
- uint8 authenticated;
+ /*
+ * The NETLOGON_GUEST flag being set indicates the user is not
+ * authenticated.
+ */
+ uint32 user_flags;
} auth_user_info;
/* This information is preserved only to assist torture tests */