LinuxでSamba Share ACLとPosix ACLを一緒に使用する方法

LinuxでSamba Share ACLとPosix ACLを一緒に使用する方法

Share ACLとPosix ACL(ファイル権限)の組み合わせ例を探しています。しかし、2つを一緒に使用する方法の例が見つかりません...

私はSolarisで「chmod A +」を使用しています。 Linuxでは何を使うべきですか?
Windows ACLと同じACLを構築したいと思います。

あなたが知っているか、例がありますか?

Samba バージョン: 4.6.5
オペレーティングシステム: Arch-linux

mysmb.conf;

[Global]
  netbios name = NETBIOSM
  workgroup = TM
  realm = TM.PVT
  server string = %h TM Host
  security = ads
  encrypt passwords = yes

  idmap config SM.PVT : backend = ad
  idmap config SM.PVT : range = 10000-20000
  idmap config SM.PVT : schema_mode = rfc2307
  idmap config * : range = 8000-9000

  winbind use default domain = Yes
  winbind enum users = Yes
  winbind enum groups = Yes
  winbind nested groups = Yes
  winbind refresh tickets = yes
  winbind offline logon = yes
  winbind cache time = 300

  template shell = /bin/bash
  template homedir = /home/%D/%U

  preferred master = no
  dns proxy = no
  wins server = tmdc.tm.pvt
  wins proxy = no

#  acl group control = yes

  load printers = no
  debug level = 3
  use sendfile = no

  vfs objects = acl_xattr
  map acl inherit = yes
  store dos attributes = yes

[test]
 comment = ACL Test
 path = /testPool/smbtest
 valid users = TM.PVT\administrator TM.PVT\user1 SM.PVT\user2
 admin users = TM.PVT\administrator
 public = no
 writable = yes
 inherit permissions = yes
 inherit acls = yes

ベストアンサー1

ついに説明が見つかりました!なぜ開発者は、私たちがすでにすべてを知っていると思うのだろうか。以下のリンクを読んで、このトピックと開発の歴史に関するすべての質問に対する回答を見つけることができます。

https://www.ja-ki.eu/2016/09/19/gedaechtnisstuetze-acls-mit-zfs-on-linux-und-samba-4-5/

http://cuddletech.com/?p=23

http://cuddletech.com/?p=459

おすすめ記事