summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2006-03-11 10:59:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:15:16 -0500
commita62c0925e8b38e491fef7967fdca076895152d7e (patch)
tree73a8f88eda33b68606844843ae6e94c6b8cf1ef9 /source3/include/smb.h
parenta156d128f2bd5ea8ff9c1b5a4927ad3b82956fa8 (diff)
downloadsamba-a62c0925e8b38e491fef7967fdca076895152d7e.tar.gz
samba-a62c0925e8b38e491fef7967fdca076895152d7e.tar.bz2
samba-a62c0925e8b38e491fef7967fdca076895152d7e.zip
r14207: Convert the lp_acl_compatibility() param into an enum.
(This used to be commit 5429c495c538e416010cf44e1d6fb771770a72ae)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 9464b4e8e8..cc85fa1f76 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1441,6 +1441,8 @@ enum remote_arch_types {RA_UNKNOWN, RA_WFWG, RA_OS2, RA_WIN95, RA_WINNT,
/* case handling */
enum case_handling {CASE_LOWER,CASE_UPPER};
+/* ACL compatibility */
+enum acl_compatibility {ACL_COMPAT_AUTO, ACL_COMPAT_WINNT, ACL_COMPAT_WIN2K};
/*
* Global value meaing that the smb_uid field should be
* ingored (in share level security and protocol level == CORE)