I don't know what you would like to do, but it is not a good idea to let
SMB and NFS share the same directory, because of the file-locking. NFS
and SMB uses different file-locking. So if a user opens a file for
writing via SMB in that directory and another user open the same file
via NFS both could write. That's not what you want ;-)
Am 15.01.24 um 17:51 schrieb Peter Carlson via samba:> This is an off topic question
>
> I am trying to set up NFS4.2 server.? I already have samba fs, samba ad,
> and windows, mac, linux clients working (all linux machines are running
> ubuntu 22.04).? Now I want to add a NFS server that also uses AD for
> auth and for extended ACLs.? Can anyone recommend a good guide on this?
>
> Peter