summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php21
1 files changed, 1 insertions, 20 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 89b6f6833c1..7ba3977fe3a 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -405,7 +405,7 @@ $CONFIG = array(
* delete all files in the trash bin that are older than D days
* automatically, delete other files anytime if space needed
* * ``D1, D2``
- * keep files and folders the in trash bin for at least D1 days and
+ * keep files and folders in the trash bin for at least D1 days and
* delete when exceeds D2 days
* * ``disabled``
* trash bin auto clean disabled, files and folders will be kept forever
@@ -799,22 +799,6 @@ $CONFIG = array(
'ldapUserCleanupInterval' => 51,
/**
- * Enforce the existence of the home folder naming rule for all users
- *
- * Following scenario:
- * * a home folder naming rule is set in LDAP advanced settings
- * * a user doesn't have the home folder naming rule attribute set
- *
- * If this is set to **true** (default) it will NOT fallback to the core's
- * default naming rule of using the internal user ID as home folder name.
- *
- * If this is set to **false** it will fallback for the users without the
- * attribute set to naming the home folder like the internal user ID.
- *
- */
-'enforce_home_folder_naming_rule' => true,
-
-/**
* Comments
*
* Global settings for the Comments infrastructure
@@ -1081,9 +1065,6 @@ $CONFIG = array(
*
* 1 -> Check each file or folder at most once per request, recommended for
* general use if outside changes might happen.
- *
- * 2 -> Check every time the filesystem is used, causes a performance hit when
- * using external storages, not recommended for regular use.
*/
'filesystem_check_changes' => 0,