diff options
author | Simon Rettberg | 2016-08-29 17:13:19 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-08-29 17:13:19 +0200 |
commit | e2c1c6265b43d64442473225b0b01f829f7dec67 (patch) | |
tree | d4d55e9aa0ece5b91c97d5d7cff47be2ea593183 /modules-available/baseconfig_bwidm/lang | |
parent | [property] Make generic getter and setter public; seems best option for modul... (diff) | |
download | slx-admin-e2c1c6265b43d64442473225b0b01f829f7dec67.tar.gz slx-admin-e2c1c6265b43d64442473225b0b01f829f7dec67.tar.xz slx-admin-e2c1c6265b43d64442473225b0b01f829f7dec67.zip |
[baseconfig_bwidm] New module: baseconfig hook for bwidm configuration
Diffstat (limited to 'modules-available/baseconfig_bwidm/lang')
-rw-r--r-- | modules-available/baseconfig_bwidm/lang/de/config-variables.json | 4 | ||||
-rw-r--r-- | modules-available/baseconfig_bwidm/lang/en/config-variables.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/modules-available/baseconfig_bwidm/lang/de/config-variables.json b/modules-available/baseconfig_bwidm/lang/de/config-variables.json new file mode 100644 index 00000000..5e03eca4 --- /dev/null +++ b/modules-available/baseconfig_bwidm/lang/de/config-variables.json @@ -0,0 +1,4 @@ +{ + "SLX_BWIDM_AUTH": "Anmeldung am Client mittels bwIDM zulassen.\r\n\r\nWenn Sie hier *yes* w\u00e4hlen, k\u00f6nnen sich alle Nutzer, die Mitglieder einer Organisation im bwIDM-Verbund sind, an einem bwLehrpool-Rechner einloggen.\r\n\r\nMit der Option *selective* k\u00f6nnen Sie die Gruppe der zugelassenen Einrichtungen weiter einschr\u00e4nken, indem Sie in der Option *SLX_BWIDM_ORGS* nur bestimmte Einrichtungen ausw\u00e4hlen.", + "SLX_BWIDM_ORGS": "Wenn die Option *SLX_BWIDM_AUTH* auf *selective* steht, sind nur die hier ausgew\u00e4hlten Einrichtungen zu einem Login via bwIDM berechtigt." +}
\ No newline at end of file diff --git a/modules-available/baseconfig_bwidm/lang/en/config-variables.json b/modules-available/baseconfig_bwidm/lang/en/config-variables.json new file mode 100644 index 00000000..4ea264cc --- /dev/null +++ b/modules-available/baseconfig_bwidm/lang/en/config-variables.json @@ -0,0 +1,4 @@ +{ + "SLX_BWIDM_AUTH": "Enable logging in on clients using bwIDM credentials.\r\n\r\nSetting this to *yes* means that all members of an organization in the bwIDM federation can log in to bwLehrpool machines.\r\nSelecting *selective* means you can explicitly pick the organizations which are entitled to login via bwIDM. The organizations can be specified in the *SLX_BWIDM_ORGS* setting.", + "SLX_BWIDM_ORGS": "If you set *SLX_BWIDM_AUTH* to *selective* this list will be used to determine which organizations are allowed to login via bwIDM on the client computers." +}
\ No newline at end of file |