diff options
author | Simon Rettberg | 2016-03-30 17:06:21 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-03-30 17:06:21 +0200 |
commit | 8b6365e254dd51a4d06ced950c5eeada2dccc20a (patch) | |
tree | 859906a25ece0b909981477b456e16382d94dfbd /inc | |
parent | [serversetup] Show red warning if no valid ip address has been set (diff) | |
download | slx-admin-8b6365e254dd51a4d06ced950c5eeada2dccc20a.tar.gz slx-admin-8b6365e254dd51a4d06ced950c5eeada2dccc20a.tar.xz slx-admin-8b6365e254dd51a4d06ced950c5eeada2dccc20a.zip |
[ldapauth] Add homedir conf to ldap wizard
Diffstat (limited to 'inc')
-rw-r--r-- | inc/configmodule/ldapauth.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/configmodule/ldapauth.inc.php b/inc/configmodule/ldapauth.inc.php index 67b1997a..118e324f 100644 --- a/inc/configmodule/ldapauth.inc.php +++ b/inc/configmodule/ldapauth.inc.php @@ -14,7 +14,8 @@ class ConfigModule_LdapAuth extends ConfigModule const VERSION = 1; private static $REQUIRED_FIELDS = array('server', 'searchbase'); - private static $OPTIONAL_FIELDS = array('binddn', 'bindpw', 'home', 'ssl', 'fingerprint', 'certificate'); + private static $OPTIONAL_FIELDS = array('binddn', 'bindpw', 'home', 'ssl', 'fingerprint', 'certificate', + 'shareRemapMode', 'shareRemapCreate', 'shareDocuments', 'shareDownloads', 'shareDesktop', 'shareMedia', 'shareOther', 'shareHomeDrive'); protected function generateInternal($tgz, $parent) { |