diff options
| author | Abhidnya Joshi <achirmul@in.ibm.com> | 2013-12-10 09:10:21 +0100 |
|---|---|---|
| committer | Christof Schmitt <cs@samba.org> | 2013-12-16 10:11:03 -0700 |
| commit | 47175f5760f485e447bb24966627a4ab80af30f9 (patch) | |
| tree | 4968917f636d26bd54ce4382529360e44410e980 /source3/include | |
| parent | 04297e8914548fc5cadb912901305c75ee662154 (diff) | |
s3: Add DAC_OVERRIDE capability support
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Christof Schmitt <cs@samba.org>
Diffstat (limited to 'source3/include')
| -rw-r--r-- | source3/include/smb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 16aef875ea..9fe0533b97 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -743,7 +743,8 @@ minimum length == 24. enum smbd_capability { KERNEL_OPLOCK_CAPABILITY, DMAPI_ACCESS_CAPABILITY, - LEASE_CAPABILITY + LEASE_CAPABILITY, + DAC_OVERRIDE_CAPABILITY }; /* |
