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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@owncloud.com>2015-12-16 23:50:47 +0300
committerblizzz <blizzz@owncloud.com>2015-12-16 23:50:47 +0300
commit99e25cded908eb8de5b77f03c8354100a3197a2a (patch)
tree80ea7e26de496e033fbddd69ef908d3301a6d39a /config/config.sample.php
parentc92b49c82aad3104f9d60961a57f6d8480c136a5 (diff)
enforce_home_folder_naming_rule cannot be configured in config.php
Diffstat (limited to 'config/config.sample.php')
-rw-r--r--config/config.sample.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 9b10792944f..6e823e3968d 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -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