This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cid_closed_directory [2024/09/28 10:48] team |
cid_closed_directory [2024/09/28 10:51] (current) team |
||
---|---|---|---|
Line 155: | Line 155: | ||
Some examples: | Some examples: | ||
+ | |||
+ | **Allowing full access to the Domain Users group** | ||
+ | |||
+ | g:domain users:f | ||
+ | |||
+ | **Adding read-only permission to the Guest user account** | ||
+ | |||
+ | +u:guest:r | ||
+ | |||
+ | **Removing permissions for the Guest user account** | ||
+ | |||
+ | -u:guest | ||
+ | |||
+ | **Allowing full access to all users and denying access to the Guests group** | ||
+ | |||
+ | u:everyone:f;g:guests:d | ||
+ | |||
+ | **Userfolder mode** | ||
+ | |||
+ | This mode enables the homes section of Samba, which is a special type of file sharing that automatically provides a share with the same name as the user who accesses it. In this mode, the Path argument must contain the path of the parent directory where the diretories for each user are to be created. If this argument is omitted, the /home directory will be assumed by default. CID automatically creates user directories with appropriate permissions as users first access their respective shares. If disk quota is used, it will be automatically applied to each user directory. | ||