Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable8.2] enforce_home_folder_naming_rule cannot be configured in config.php #21261

Merged
merged 1 commit into from
Dec 22, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -791,22 +791,6 @@
*/
'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
*
Expand Down