Skip to content

Commit bbe5c2a

Browse files
committed
Chore: update documentation
1 parent c595758 commit bbe5c2a

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

wiki/Usage/Configuration.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# Shares
2-
- Shares are configured via GPO and can be modified using gpedit on a Windows client
3-
- If you don't have access to a Windows client, you can modify the file `/var/lib/samba/sysvol/linuxmuster.lan/Policies/{someUUID}/User/Preferences/Drives/Drives.xml` on the linuxmuster server directly. (Replace `someUUID` with the UUID of the policy)
2+
- Shares are configured via GPO and can be modified by:
3+
- using the linuxmuster-webui `client configuration -> Drives` menu
4+
- using gpedit on a Windows client
5+
- modifying the file `/var/lib/samba/sysvol/linuxmuster.lan/Policies/{someUUID}/User/Preferences/Drives/Drives.xml` on the linuxmuster server. (Replace `someUUID` with the UUID of the policy)
6+
- If you want to customize the naming of shares which have drive letters, you can use the `nameTemplate` parameter in the `shares`-section of the config file (`/etc/linuxmuster-linuxclient7/config.yml`):
7+
```yaml
8+
shares:
9+
nameTemplate: "{label} ({letter}:)"
10+
```
11+
- Shares without drive letters always have the label as a name
12+
- For the users home share, the label is the username
413
514
# Printers
615
- Printers MUST have the same name in cups and devices.csv!
7-
- Printers can be assigned to groups in the AD
16+
- To use a printer, either the computer or user must be member of the printers group
17+
- Printer group membership can be controlled in the linuxmuster-webu `group membership` menu
818

919
# Proxy server
1020
To configure a proxy server, add this to your logon.sh script:

0 commit comments

Comments
 (0)