OK I'm looking for a general explanation of group types in Samba Linux and Windows. First here's what I think I understand already.
Code:
* Groups are a way to logically group users for privaliges
* You can add a group to a group in Windows, but not Linux
* Sometimes you can add a group to a group in Samba, but not in the version I'm using
* Linux has only plain groups
* Windows has different types of groups:
* Universal
* Local
* Global
* Domain Local
* Domain Global
* Samba has 3 different types of groups:
* Local
* Domain
* Builtin
The main question about this is am I right so far, and what is the differences between the functions of each, especially in a samba server, and what does it map to in the Windows world?