Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how to configure samba with zfs ?

user602338Sep 27 2010 — edited Jan 28 2011
Hi,

I'm desperately looking for an example of a working smb.conf file for solaris 10 using zfs ?
I've been trying so many possible combinations of the available options, but I can not get it working properly.
I want to mimic simple NT acls, including inheritance, and the possibility to add AD groups.
I often get stuck on deny aces being generated as the first aces in the acl.

Environment : solaris 10 with zfs, AD integration via kerberos enabled, samba 3.0.35

smb.conf ( one of the many try-outs ... )
---------

[global]
workgroup = X
realm = X.Y.Z
netbios name = GISSMBD
server string = GIS DEV Samba Server
security = ADS
auth methods = winbind
server signing = auto
preferred master = No
local master = No
dns proxy = No
ldap timeout = 86400
idmap uid = 10000-20000
idmap gid = 10000-20000
winbind use default domain = yes
...

[share1]
path = /path/to/share1
force group = gis
read only = no
create mask = 0660
directory mask = 0770
force unknown acl user = yes
acl check permissions = no
ea support = yes
store dos attributes = yes
map readonly = no
map archive = no
map system = no
vfs objects = zfsacl
nfs4: mode = special
nfs4: acedup = merge

Thanks in advance

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 25 2011
Added on Sep 27 2010
6 comments
1,793 views