mirror of
https://github.com/samba-team/samba.git
synced 2025-11-27 08:23:49 +03:00
r14207: Convert the lp_acl_compatibility() param into an enum.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
23328fe6fc
commit
5429c495c5
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user