1
0
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:
James Peach
2006-03-11 10:59:03 +00:00
committed by Gerald (Jerry) Carter
parent 23328fe6fc
commit 5429c495c5
3 changed files with 14 additions and 23 deletions

View File

@@ -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)