Is it possible to install Samba on a NethServer node without installing AD support? I’m building a server that will be primarily used as a web server and email server. I use a simple samba share on my old server to publish changes to the web server. I don’t have a need for AD support on this server at all.
Will installing Samba from the Rocky Linux 9 repository cause any problems?
The solution you adopted on the old server does not fit NS8 architecture. Mixing containerized services with host services is discouraged. From official docs:
SELinux will prevent the smb service from accessing data labeled container_t by the WebServer app. Even without SELinux, matching ownership and permissions with the WebServer uid/gid namespace will be problematic.