acl

  1. G

    Issue with accessing SMB share from different workstations

    I am using FreeNAS-11.2-U6 on a Dell Optiplex 3010, 16GB RAM, connected/configured to our domain, 2x500GB RAID 0 as my main storage array and share. I made root the owner and applied the Share group to the root of the dataset recursively. I created a user, set a password, and made that user...
  2. KazuyaDarklight

    Invisible SMB Files - Fixing/Copying ACLs

    TLDR; Last paragraph for what I'm asking. So I want some thoughts on this. We aren't entirely sure how the user caused this to happen but they are on a Mac so I'm inclined to at least partially blame that since, even though they've depricated in favor of SMB, its always the Macs that seem to...
  3. H

    SMB share with creator owner - user not added to acl

    Hi, I’ve got some issues with smb shares and NTFS advanced permissions. I’ve noticed that if I set the “CREATOR OWNER” to FullAccess on a folder and give a user read permissions and the right to add a folder "add folders / append data" the user is allowed to create a new folder but his account...
  4. E

    Права на папку

    Здравствуйте. У меня такой вопрос, как можно установить права на одну папку двум группам. Например: есть одна папка "FOLDER" и есть две группы, "Users" и "Admins". Как сделать так что бы группа "Users" могла только читать файлы а группа "Admins" имела полный доступ. Я сейчас пользуюсь...
  5. typhonragewind

    CHMOD now working

    Hello everyone! I'm still fairly new to freenas and UNIX systems in general, so please bear with me. I've recently tried to create some scripts for use in my jails but i found that i could not execute them (because I didn't have the permissions, as I found later). I tried to solve this by...
  6. T

    SOLVED ACL weirdness when tagging files on SMB shares from MacOS

    Hello forum... I have an SMB share running on Freenas 11.2-U3 My MacOS users can use the share as expected, unless they tag a directory (A feature of the MacOS Finder). This will add extended attributes to a dir. Once a file is tagged, it can no longer be moved or deleted. Tagging files works...
  7. H

    SOLVED How can I remove ACLs from my Unix share?

    I have a dataset (/mnt/tank/Movies) that I had setup long time ago (release 9.x times). I had also shared it via NFS. All of a sudden, the share directory now looks like the following (I think this means there are ACLs set on it, with the "+" at the end of the mode bits): root@zfs[/mnt/tank]#...
  8. N

    ACL Corruption Bug

    I noticed this bug is still open as of 11.1U7 - https://redmine.ixsystems.com/issues/53199 This prompted me to do a quick check since I am using zfs send/recv to make my backups. Here is what I got from a quick check, and IIUC everything is fine. Am I correct? Does anyone know when/why...
  9. Fire-Dragon-DoL

    SOLVED Backup Ubuntu to a FreeNAS Pool while preserving ACL, permissions and groups

    Hello, I have a laptop and would like to backup all my files on it while preserving permissions, ACLs and groups. Biggest (main) problem is that you need a 1-to-1 mapping of users/groups on FreeNAS, which is not possible for me (there are just so many users, I'd need a script to automate it)...
  10. B

    FreeNAS 11.2 and Syncthing plugin permissions strangeness

    Hi all, I've started to play with FreeNAS. One of the things I'm trying out is the Syncthing plugin and I'm seeing strange behaviour with an ACL dataset. I've posted the following to the Syncthing forum, as I don't know enough about BSD to figure out what's the cause of the problem: I have a...
  11. F

    Prevent an SMB share to show to all users

    Hi, I am new to FreeNAS but I tried to read everything about ACL's and whatnot. I did the following to prevent the contents of a share to be accessible by everyone (except group and owner): setfacl -b theshare chmod 0770 theshare This did the trick, and now only the owner is able to mount the...
  12. itskando

    Windows permissions without Windows

    I run myfreeNAS webGUI off of macOS. I setup a dataset for media storage with Windows permissions such that I could make it into an authenticated CIFS/SMB share for easy drag/drop. /mnt/POOL/media/ Permissions: Windows User: root Group: public How do I modify specific permissions without...
  13. S

    Восстановление прав доступа (ACL)

    Добрый день. Есть СХД на базе ThecusOS, с данной СХД идет бэкап данных и каталогов на СХД под FreeNas 9.10 U6, права доступа записываются в файл с помощью утилиты getfacl. Задача восстановить эти права на системе под управлением уже FreeNas, но, естественно, команда setfacl --restore тут уже не...
  14. T

    permissions/inheritance: FreeNAS vs Windows

    Hello, We have been using FreeNAS on our campus for a few years now and I must say, it's a great storage solution. Better than many commercial offerings! However one issue came up when we had to migrate a Windows server to FreeNAS on an emergency basis (the windows server crashed). The samba...
  15. S

    How to set ACL permissions so nullfs mountpoints will traverse properly?

    I have a setup where a file share is exposed to Windows with samba, and at some level contains a nullfs mountpoint, a bit like this: dataset #1 is mounted at: /mnt/pool1 and contains subdir1 dataset #2 is mounted at: /mnt/pool2 mount_nullfs /mnt/pool2 /mnt/pool1/subdir1 This works fine, and as...
  16. Aurélien

    Besoin de votre expertise (LDAP populate Windows entre deux sites)

    Bonjour à vous, je me permets de poser ma première question (mes recherches n'ont pas abouti) sur le Forum de FreeNAS qui est très riche ! Je tenais à vous exposer mon problème : J'ai deux sites : A et B. Sur mon site A j'ai un FreeNAS connecté à un LDAP sur le même site. Mon FreeNAS possède...
  17. M

    Syncthing + Windows ACL = Wrong user group? On new files?

    I feel really dumb and cant figure this issue out. I have installed syncthing plugin. When I login to my jail I can see the following: Syncthing is running as syncthing user. Default/primary group for syncthing user is syncthing. I map a datastore(all datastores are windows ACL) so syncthing...
  18. techmattr

    SOLVED setfacl fails with invalid argument

    So I'm trying to set everyone full access on a Windows share. The GUI doesn't seem to allow setting permissions. It defaults to 775 no matter what. So I'm trying to use setfacl to update the everyone user and no matter what I use for -m entries it throws Invalid argument. [root@freenas01]...
Top