summaryrefslogtreecommitdiff
path: root/source4/libcli/security/security.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-09-20 14:49:39 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-10-12 02:54:16 +0000
commit8beaa2924205cf6b01bc6183f7795571a3966ba5 (patch)
tree1627ed55e7f81d6e5778fd1cb613b1abcd1288f3 /source4/libcli/security/security.h
parent0487ef0a70a9758da31cff0832ee8decbeb92e82 (diff)
downloadsamba-8beaa2924205cf6b01bc6183f7795571a3966ba5.tar.gz
samba-8beaa2924205cf6b01bc6183f7795571a3966ba5.tar.bz2
samba-8beaa2924205cf6b01bc6183f7795571a3966ba5.zip
s4-libcli/security Use seperate subsystem for session related functions
The merged I plan in this area require spliting security.h into two header files, a common header and a session.h for the remaining source4-specific code. Andrew Bartlett
Diffstat (limited to 'source4/libcli/security/security.h')
-rw-r--r--source4/libcli/security/security.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/source4/libcli/security/security.h b/source4/libcli/security/security.h
index 12c95f1d83..009ad64959 100644
--- a/source4/libcli/security/security.h
+++ b/source4/libcli/security/security.h
@@ -25,17 +25,6 @@
#define PRIMARY_USER_SID_INDEX 0
#define PRIMARY_GROUP_SID_INDEX 1
-enum security_user_level {
- SECURITY_ANONYMOUS = 0,
- SECURITY_USER = 10,
- SECURITY_RO_DOMAIN_CONTROLLER = 20,
- SECURITY_DOMAIN_CONTROLLER = 30,
- SECURITY_ADMINISTRATOR = 40,
- SECURITY_SYSTEM = 50
-};
-
-struct auth_session_info;
-
struct object_tree {
uint32_t remaining_access;
struct GUID guid;