From 624d1a23b9afd648db3b1eab00bc390ed96ac0e1 Mon Sep 17 00:00:00 2001 From: Daniel Klaffenbach Date: Thu, 19 Apr 2018 14:12:41 +0200 Subject: Implement mapping of user's home directory Signed-off-by: Daniel Klaffenbach --- lib/Settings/Admin.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/Settings') 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'); -- cgit v1.2.3