From e49656e2ee596a481277a5a2c3dd5d3969411c19 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 3 Jun 2012 22:34:13 +1000 Subject: auth: Use only security_token_is_system to determine that a user is SYSTEM This removes the duplication on how to detect that a user is system in Samba now that the smbd system account is also only SID_NT_SYSTEM we can use the same check everywhere. Andrew Bartlett Signed-off-by: Andreas Schneider --- librpc/idl/auth.idl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'librpc') diff --git a/librpc/idl/auth.idl b/librpc/idl/auth.idl index b0494f99ec..0bed671039 100644 --- a/librpc/idl/auth.idl +++ b/librpc/idl/auth.idl @@ -60,11 +60,6 @@ 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 system; - [unique,charset(UTF8),string] char *unix_name; /* -- cgit