Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Klaffenbach <daniel.klaffenbach@hrz.tu-chemnitz.de>2018-04-19 15:12:41 +0300
committerDaniel Klaffenbach <daniel.klaffenbach@hrz.tu-chemnitz.de>2018-11-22 11:45:08 +0300
commit624d1a23b9afd648db3b1eab00bc390ed96ac0e1 (patch)
treec843232bbac2a51b9b6c21d9ba663467552bcab0 /lib/Settings
parent24883d3c6631565f691fbb432e9ab569f2306bb5 (diff)
Implement mapping of user's home directory
Signed-off-by: Daniel Klaffenbach <daniel.klaffenbach@hrz.tu-chemnitz.de>
Diffstat (limited to 'lib/Settings')
-rw-r--r--lib/Settings/Admin.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Settings/Admin.php b/lib/Settings/Admin.php
index 586a61e1..17325db6 100644
--- a/lib/Settings/Admin.php
+++ b/lib/Settings/Admin.php
@@ -120,6 +120,12 @@ class Admin implements ISettings {
'type' => 'line',
'required' => true,
],
+ 'home_mapping' => [
+ 'text' => $this->l10n->t('Attribute to map the users home to.'),
+ 'type' => 'line',
+ 'required' => true,
+ ],
+
];
$type = $this->config->getAppValue('user_saml', 'type');