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
No related branches found
No related tags found
No related merge requests found
......@@ -806,6 +806,21 @@ $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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment