You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wiki/Usage/Configuration.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,20 @@
1
1
# 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
4
13
5
14
# Printers
6
15
- 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
8
18
9
19
# Proxy server
10
20
To configure a proxy server, add this to your logon.sh script:
0 commit comments