]> source.dussan.org Git - nextcloud-server.git/commitdiff
enforce_home_folder_naming_rule cannot be configured in config.php
authorblizzz <blizzz@owncloud.com>
Wed, 16 Dec 2015 20:50:47 +0000 (21:50 +0100)
committerblizzz <blizzz@owncloud.com>
Wed, 16 Dec 2015 20:50:47 +0000 (21:50 +0100)
config/config.sample.php

index 9b10792944f8bbc9a2abee8170971875c7581aa2..6e823e3968d510f58b70a7ed763cdb2e3dce62c3 100644 (file)
@@ -798,22 +798,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
  *