You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
I am new to NFSv4, but I have it mostly working with my IPA (kerberized) domain. I just noticed that my nfs clients are not picking up the ACLs from the NFS server, that I set with the ACL Ansible module. So, I suspect the module is setting POSIX acls, not nfs4 acls. Is that correct?
Kai Stian Olstad
unread,
Jul 7, 2016, 3:30:02 PM7/7/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
That's correct, if you look inn the source code you'll see it only uses
setfacl and getfacl.
If you don't use the extended features of NFS acls, you could set the
ACLs on the NFS server and it will pick them up.