summaryrefslogtreecommitdiffstats
path: root/lang/en
diff options
context:
space:
mode:
authorSimon Rettberg2016-03-21 18:15:31 +0100
committerSimon Rettberg2016-03-21 18:15:31 +0100
commitea385dfb9f076a09e1c11eccc037d7cabccb7bcf (patch)
treeb3e382505200a7cb44594b4ad074ae5e7778a2fe /lang/en
parent[event.inc] Remove debug output (diff)
downloadslx-admin-ea385dfb9f076a09e1c11eccc037d7cabccb7bcf.tar.gz
slx-admin-ea385dfb9f076a09e1c11eccc037d7cabccb7bcf.tar.xz
slx-admin-ea385dfb9f076a09e1c11eccc037d7cabccb7bcf.zip
[adauth] Configurable home directory mount logic
Diffstat (limited to 'lang/en')
-rw-r--r--lang/en/templates/sysconfig/ad_ldap-homedir.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/en/templates/sysconfig/ad_ldap-homedir.json b/lang/en/templates/sysconfig/ad_ldap-homedir.json
new file mode 100644
index 00000000..90d4a211
--- /dev/null
+++ b/lang/en/templates/sysconfig/ad_ldap-homedir.json
@@ -0,0 +1,18 @@
+{
+ "lang_folderRedirection": "Folder Redirection",
+ "lang_handlingNotes": "Here you can configure how network shares (like the user's home directory) are mapped inside the VM. Old Versions of bwLehrpool used the VMware Shared Folder technique, which could cause problems with certain file servers. The new \"native mode\" works much better, but on Windows guests, it requires that you (1) use an smb\/cifs file server (Windows Server, Linux with Samba) and (2) have openslx.exe setup to autorun in the VM (this is already configured for bwLehrpool templates). Native mode with fallback is experimental and known to cause temporary freezes with some VMs. Use with care. IMPORTANT: Pick a drive letter for the home directory that will be free in the Virtual Machines. Otherwise, a random letter will be assigned.",
+ "lang_homedirHandling": "(Home) directory handling",
+ "lang_mapModeNative": "Natively map inside the VM [openslx.exe]",
+ "lang_mapModeNativeFallback": "Natively map inside VM; fallback to VMware Shared Folders",
+ "lang_mapModeNone": "Don't map shares at all",
+ "lang_mapModeVmware": "VMware Shared Folders [VMwareTools]",
+ "lang_redirectionWarning": "WARNING: This feature is experimental. It remaps the selected folders after the VM booted (via openslx.exe) to the logged in user's home drive. This might cause problems with applications that start before the pathes are patched, as they will see the old unpatched settings. This also doesn't work fully on Windows 10. If you want to reliably remap these directories, it's recommended to change their locations in the VM before uploading it.",
+ "lang_shareDesktop": "Desktop (Might hide shortcuts created by the tutor)",
+ "lang_shareDocuments": "My Documents",
+ "lang_shareDownloads": "Downloads",
+ "lang_shareHomeDrive": "Home drive letter (Windows)",
+ "lang_shareMapCreate": "Create folders on network share if they don't exist",
+ "lang_shareMedia": "My Music, Videos, Pictures",
+ "lang_shareOther": "Other (Saved Games, Contacts, Favorites, ...)",
+ "lang_shareRemapMode": "Mapping mode"
+} \ No newline at end of file