Permission of several users in the same folder

Status
Not open for further replies.

Roger Acioly

Cadet
Joined
Feb 3, 2015
Messages
3
Good day. I need the help of friends.
My scenario:
1) I have a FreeNAS 9.2.1.9
2) Volume zfs created
3) Created dataset "documents"
4) Assigned permission to group "office"
5) In group "office" has two users, "chico" and "maria", where all read and write
6) But when "chico" creates excell file and saves, onlyhe can make changes, "maria" read only. When "maria" creates and saves, only it does change, "chico" read only.
7) Was used CIFS Share
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,553
Good day. I need the help of friends.
My scenario:
1) I have a FreeNAS 9.2.1.9
2) Volume zfs created
3) Created dataset "documents"
4) Assigned permission to group "office"
5) In group "office" has two users, "chico" and "maria", where all read and write
6) But when "chico" creates excell file and saves, onlyhe can make changes, "maria" read only. When "maria" creates and saves, only it does change, "chico" read only.
7) Was used CIFS Share
Post contents of /usr/local/etc/smb4.conf
Post output of "getfacl /mnt/<pool>/documents" (substitute appropriate path)
Is there a reason you are using 9.2.1.9? 9.3 is much, much nicer despite having less digits in its name. :)
 

Roger Acioly

Cadet
Joined
Feb 3, 2015
Messages
3
Follows:
[global]
server max protocol = SMB2
interfaces = 127.0.0.1 192.168.254.230
bind interfaces only = yes
encrypt passwords = yes
dns proxy = no
strict locking = no
oplocks = yes
deadtime = 15
max log size = 51200
max open files = 11070
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
getwd cache = yes
guest account = nobody
map to guest = Bad User
obey pam restrictions = Yes
directory name cache size = 0
kernel change notify = no
panic action = /usr/local/libexec/samba/samba-backtrace
server string = FreeNAS Server
ea support = yes
store dos attributes = yes
hostname lookups = yes
time server = yes
acl allow execute always = true
acl check permissions = true
dos filemode = yes
local master = yes
idmap config *:backend = tdb
idmap config *:range = 90000000-100000000
server role = standalone
netbios name = STORAGE
workgroup = JACRIS
security = user
pid directory = /var/run/samba
smb passwd file = /var/etc/private/smbpasswd
private dir = /var/etc/private
create mask = 0666
directory mask = 0777
client ntlmv2 auth = yes
dos charset = CP437
unix charset = UTF-8
log level = 1


[Jacris & CO]
path = /mnt/documentos
printable = no
veto files = /.snap/.windows/.zfs/
comment = Hd compartilhado dos documentos
writeable = yes
browseable = yes
recycle:repository = .recycle/%U
recycle:keeptree = yes
recycle:versions = yes
recycle:touch = yes
recycle:directory_mode = 0777
recycle:subdir_mode = 0700
vfs objects = zfsacl streams_xattr aio_pthread
hide dot files = yes
guest ok = no
nfs4:mode = special
nfs4:acedup = merge
nfs4:chown = yes
zfsacl:acesort = dontcare


[cpd]
path = /mnt/banco/cpd
printable = no
veto files = /.snap/.windows/.zfs/
comment = Arquivos instaladores e etc
writeable = yes
browseable = yes
recycle:repository = .recycle/%U
recycle:keeptree = yes
recycle:versions = yes
recycle:touch = yes
recycle:directory_mode = 0777
recycle:subdir_mode = 0700
vfs objects = zfsacl streams_xattr aio_pthread
hide dot files = yes
guest ok = no
nfs4:mode = special
nfs4:acedup = merge
nfs4:chown = yes
zfsacl:acesort = dontcare

getfacl.PNG


How to upgrade FreeNAS 9.2 to 9.3 without losing configurations? It´s simple? Give boot from CD and install the tradicional process?
 
D

dlavigne

Guest
How to upgrade FreeNAS 9.2 to 9.3 without losing configurations? It´s simple? Give boot from CD and install the tradicional process?

Assuming the hardware and boot device meet the 9.3 hardware requirements, save your config, do the install, and restore the config.
 
Status
Not open for further replies.
Top