Michael Tokarev
2022-Nov-22 13:13 UTC
[Samba] several offices: home dirs, local resources, ...
22.11.2022 16:03, Kees van Vloten via samba wrote:>> Hi Norbert!? That seems like a very interesting way.? I just configured >> [profiles] share on a DC, with msdfs root enabled, and created a folder >> in it with `mjt' username, pointing to the right file server. >> > Are you aware of the source3 vs source4 differences, i.e. it is better not to host shares on a DC?I'm not aware of how source3 vs source4 is relevant to the question about hosting shares on a DC or not. Can you rephrase please? Speaking about hosting shares on a DC. There's a wiki page about this which lists several caveats which aren't relevant here -- https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller#Using_the_Domain_Controller_as_a_File_Server_.28Optional.29 (this basically says using DC as a File Server is optional). There's a recent thread about my attempt at using Samba DC as a file server, and here are the "why": https://lists.samba.org/archive/samba/2022-November/242802.html And finally, where does "\\domain.fqdn" points to, when samba explicitly creates the A records for the domain? It is *the* domain file hierarchy, which can be an MSDFS or can be file storage. Here, Norbert used \\domain.tld\profiles share as a DFS root. Isn't it always hosted on a DC? I'm confused by your reply. Thanks, /mjt
Kees van Vloten
2022-Nov-22 13:21 UTC
[Samba] several offices: home dirs, local resources, ...
Op 22-11-2022 om 14:13 schreef Michael Tokarev:> 22.11.2022 16:03, Kees van Vloten via samba wrote: > >>> Hi Norbert!? That seems like a very interesting way.? I just configured >>> [profiles] share on a DC, with msdfs root enabled, and created a folder >>> in it with `mjt' username, pointing to the right file server. >>> >> Are you aware of the source3 vs source4 differences, i.e. it is >> better not to host shares on a DC? > > I'm not aware of how source3 vs source4 is relevant to the question > about hosting shares on a DC or not. Can you rephrase please? >Speaking about hosting shares on a DC.> > There's a wiki page about this which lists several caveats which aren't > relevant here -- > https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller#Using_the_Domain_Controller_as_a_File_Server_.28Optional.29 > > (this basically says using DC as a File Server is optional).Ssource3 has more functionality for being a fileserver, whereas source4 has the focus on the DC functionality. Historically those two code branches lived separately to be merged properly and so it still lives on in the current source tree. That is the reason that you see all sorts of disclaimers on file-sharing from a DC. An example on the page you mention above is: "If you do use an AD DC as a fileserver, you must be aware that it can be problematic and can cause strange errors." I remember on one of the wiki-pages is says (or said): suitable for development environments only.> > There's a recent thread about my attempt at using Samba DC as a file > server, and here are the "why": > https://lists.samba.org/archive/samba/2022-November/242802.html > > And finally, where does "\\domain.fqdn" points to, when samba explicitly > creates the A records for the domain?? It is *the* domain file hierarchy, > which can be an MSDFS or can be file storage. > > Here, Norbert used \\domain.tld\profiles share as a DFS root. Isn't > it always hosted on a DC? > > I'm confused by your reply. > > Thanks, > > /mjt