diff options
author | blizzz <blizzz@owncloud.com> | 2015-12-16 21:50:47 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-12-17 15:43:44 +0100 |
commit | 8dc74d9b52e468f7d72f15ac8d9866b639aae044 (patch) | |
tree | bfe7b8461113c5490a50f3c516ec794fbfe7ab8d /config | |
parent | f152228f4cfe9510badb5c27d75d1118b9979aab (diff) | |
download | nextcloud-server-8dc74d9b52e468f7d72f15ac8d9866b639aae044.tar.gz nextcloud-server-8dc74d9b52e468f7d72f15ac8d9866b639aae044.zip |
enforce_home_folder_naming_rule cannot be configured in config.php
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 02e5aba3e94..ad1392dc7b1 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -792,22 +792,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, - -/** * Maintenance * * These options are for halting user activity when you are performing server |