Skip to content
Snippets Groups Projects
Commit 60b87048 authored by Morris Jobke's avatar Morris Jobke
Browse files

Add doc to config.sample for enforce LDAP home folder naming rule

* ref #16891
parent e7bc2a10
Branches
No related tags found
No related merge requests found
...@@ -806,6 +806,21 @@ $CONFIG = array( ...@@ -806,6 +806,21 @@ $CONFIG = array(
*/ */
'ldapUserCleanupInterval' => 51, '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 * Maintenance
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment