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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,12 @@
3
3
- using the linuxmuster-webui `client configuration -> Drives` menu
4
4
- using gpedit on a Windows client
5
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`):
6
+
- If you want to customize how drive letters are formatted, you can use the `letterTemplate` parameter in the `shares`-section of the config file (`/etc/linuxmuster-linuxclient7/config.yml`):
7
7
```yaml
8
8
shares:
9
-
nameTemplate: "{label} ({letter}:)"
9
+
letterTemplate: " ({letter}:)"
10
10
```
11
-
- Shares without drive letters always have the label as a name
12
-
- For the users home share, the label is the username
11
+
- The letter template is directly appended to the share label
13
12
14
13
# Printers
15
14
- Printers MUST have the same name in cups and devices.csv!
0 commit comments