1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/modules
Volker Lendecke b0935e5663 Add a gpfs_prefetch module
This can not go upstream yet because it uses the non-GPL libgpfs. So it will
not be compiled by default and will not be included in the SOFS RPMs. But upon
Sven's request, we include it in the git tree and the source RPMs, so that it
can be built for in-house tests.
(This used to be commit fc9b30bed2)
2008-08-13 11:54:05 +02:00
..
charset_macosxfs.c
CP437.c
CP850.c
developer.c
getdate.c
getdate.h
getdate.y
gpfs.c Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from http://samba.org/~tridge/3_0-ctdb) 2008-01-16 12:18:57 +03:00
nfs4_acls.c Fix the build of nfs4_acls.c 2008-07-11 13:03:42 +02:00
nfs4_acls.h
README-gpfs-acl.txt
README.nfs4acls.txt
vfs_afsacl.c Yay ! Remove a VFS entry. Removed the set_nt_acl() call, 2008-05-08 18:09:07 -07:00
vfs_aio_fork.c Remove a redundant TALLOC_FREE 2008-04-11 23:14:53 +02:00
vfs_aixacl2.c Remove an unused extern reference in vfs_aixacl2.c 2008-07-12 10:16:09 +02:00
vfs_aixacl_util.c
vfs_aixacl.c
vfs_audit.c Remove redundant parameter fd from SMB_VFS_CLOSE(). 2008-04-21 00:22:42 +02:00
vfs_cacheprime.c vfs_cacheprime: fix C++ warning - make implicit cast explicit 2008-04-20 22:29:35 +02:00
vfs_cap.c Yay ! Remove a VFS entry. Removed the set_nt_acl() call, 2008-05-08 18:09:07 -07:00
vfs_catia.c Cleanup size_t return values in callers of convert_string_allocate 2008-05-20 22:40:13 +02:00
vfs_commit.c Remove redundant parameter fd from SMB_VFS_CLOSE(). 2008-04-21 00:22:42 +02:00
vfs_default_quota.c
vfs_default.c Fix from Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com>. Make ntimes 2008-07-15 15:26:36 -07:00
vfs_expand_msdfs.c Wrap the unix token info in a unix_user_token in auth_serversupplied_info 2008-06-19 18:51:37 +02:00
vfs_extd_audit.c Remove redundant parameter fd from SMB_VFS_CLOSE(). 2008-04-21 00:22:42 +02:00
vfs_fake_perms.c Wrap the unix token info in a unix_user_token in auth_serversupplied_info 2008-06-19 18:51:37 +02:00
vfs_fileid.c keep compatibility with v3-0-ctdb name for fileid:mapping option 2008-08-13 11:54:01 +02:00
vfs_full_audit.c Add SMB_VFS_OP_RECVFILE to get it in sync with vfs.h 2008-07-04 14:51:01 +02:00
vfs_gpfs_prefetch.c Add a gpfs_prefetch module 2008-08-13 11:54:05 +02:00
vfs_gpfs.c Yay ! Remove a VFS entry. Removed the set_nt_acl() call, 2008-05-08 18:09:07 -07:00
vfs_gpfs.h Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from http://samba.org/~tridge/3_0-ctdb) 2008-01-16 12:18:57 +03:00
vfs_hpuxacl.c Fix two uninitialized variables in vfs_hpuxacl.c 2008-01-17 17:22:31 +01:00
vfs_irixacl.c
vfs_netatalk.c
vfs_notify_fam.c Respect FAMChanged -- attempt to fix bug 5307 2008-03-06 10:07:46 +01:00
vfs_posixacl.c
vfs_prealloc.c From: David Disseldorp <ddiss@sgi.com> 2008-02-20 22:10:54 -08:00
vfs_readahead.c
vfs_readonly.c
vfs_recycle.c Wrap the unix token info in a unix_user_token in auth_serversupplied_info 2008-06-19 18:51:37 +02:00
vfs_shadow_copy2.c Yay ! Remove a VFS entry. Removed the set_nt_acl() call, 2008-05-08 18:09:07 -07:00
vfs_shadow_copy.c
vfs_solarisacl.c
vfs_streams_depot.c Change the directory parameter in streams_depot to become consistent 2008-07-18 11:21:57 +02:00
vfs_streams_xattr.c Remove redundant parameter fd from SMB_VFS_CLOSE(). 2008-04-21 00:22:42 +02:00
vfs_syncops.c Remove redundant parameter fd from SMB_VFS_CLOSE(). 2008-04-21 00:22:42 +02:00
vfs_tru64acl.c
vfs_tsmsm.c Use size_t for strlen return, not int. Karolin please 2008-04-08 07:43:30 -07:00
vfs_xattr_tdb.c Fix the build on OpenBSD: ENOTSUP is not always defined. 2008-02-25 17:06:09 +01:00
vfs_zfsacl.c Fix the build of vfs_zfsacl.c 2008-07-18 17:53:58 +02:00
weird.c

Configuring NFS4 ACLs in Samba3
===============================
Created: Peter Somogyi, 2006-JUN-06
Last modified: Peter Somogyi, 2006-JUL-20
Revision no.: 4 
-------------------------------


Parameters in smb.conf:
=======================

Each parameter must have a prefix "nfs4:".
Each one affects the behaviour only when _setting_ an acl on a file/dir:

mode = [simple|special]
- simple: don't use OWNER@ and GROUP@ special IDs in ACEs. - default
- special: use OWNER@ and GROUP@ special IDs in ACEs instead of simple user&group ids.
Note: EVERYONE@ is always processed (if found such an ACE).
Note2: special mode will have side effect when _only_ chown is performed. Later this may be worked out.

Use "simple" mode when the share is used mainly by windows users and unix side is not significant. You will loose unix bits in this case.
It's strongly advised setting "store dos attributes = yes" in smb.conf.

chown = [true|false]
- true => enable changing owner and group - default.
- false => disable support for changing owner or group

acedup = [dontcare|reject|ignore|merge]
- dontcare: copy ACEs as they come, don't care with "duplicate" records. Default.
- reject: stop operation, exit acl setter operation with an error
- ignore: don't include the second matching ACE
- merge: OR 2 ace.flag fields and 2 ace.mask fields of the 2 duplicate ACEs into 1 ACE

Two ACEs are considered here "duplicate" when their type and id fields are matching.

Example:

[smbtest]
path = /tests/psomogyi/smbtest
writable = yes
vfs objects = aixacl2
nfs4: mode = special
nfs4: chown = yes
nfs4: acedup = merge

Configuring AIX ACL support
==============================

Binaries: (default install path is [samba]/lib/vfs/)
- aixacl.so: provides AIXC ACL support only, can be compiled and works on all AIX platforms
- aixacl2.so: provides AIXC and JFS2-NFS4 ACL support, can be compiled and works only under AIX 5.3 and newer.
NFS4 acl currently has support only under JFS2 (ext. attr. format must be set to v2).
aixacl2.so always detects support for NFS4 acls and redirects to POSIX ACL handling automatically when NFS4 is not supported for a path.

Adding "vfs objects = aixacl2" to a share should be done only in case when NFS4 is really supported by the filesystem.
(Otherwise you may get performance loss.)

For configuration see also the example above.

General notes
=============

NFS4 handling logic is separated from AIX/jfs2 ACL parsing.

Samba and its VFS modules dosn't reorder ACEs. Windows clients do that (and the smbcacl tool). MSDN also says deny ACEs must come first.
NFS4 ACL's validity is checked by the system API, not by Samba.
NFS4 ACL rights are enforced by the OS or filesystem, not by Samba.

The flag INHERITED_ACE is never set (not required, as doesn't do WinNT/98/me, only since Win2k).
Win2k GUI behaves strangely when detecting inheritance (sometimes it doesn't detect, 
but after adding an ace it shows that - it's some GUI error).

Unknown (unmappable) SIDs are not accepted.

TODOs
=====
- Creator Owner & Group SID handling (same way as posix)
- the 4 generic rights bits support (GENERIC_RIGHT_READ_ACCESS, WRITE, EXEC, ALL)
- chown & no ACL, but we have ONWER@ and GROUP@
- DIALUP, ANONYMOUS, ... builtin SIDs
- audit & alarm support - in theory it's forwarded so it should work, but currently there's no platform which supports them to test
- support for a real NFS4 client (we don't have an accepted API yet)