ldap home folder rule now enforced

This commit is contained in:
Carla Schroder
2015-12-15 12:56:35 -08:00
parent c5b680ce57
commit 2a1d1212d6
2 changed files with 8 additions and 2 deletions

View File

@@ -402,12 +402,16 @@ Email Field:
User Home Folder Naming Rule:
By default, the ownCloud server creates the user directory in your ownCloud
data directory. You may want to override this setting and name it after an
attribute value. The attribute given can also return an absolute path, e.g.
data directory and gives it the ownCloud username, .e.g ``/var/www/owncloud/data/alice``. You may want to override this setting and name it after an LDAP
attribute value. The attribute can also return an absolute path, e.g.
``/mnt/storage43/alice``. Leave it empty for default behavior.
* Example: *cn*
In new ownCloud installations the home folder rule is enforced. This means that once you set a home folder naming rule (get a home folder from an LDAP attribute), it must be available for all users. If it isn't available for a user, then that user will not be able to login. In existing ownCloud installations the old behavior still applies; which is using the ownCloud username as the home folder when an LDAP attribute is not set. You may change this to enforcing the home folder rule with this entry in ``config.php``::
'enforce_home_folder_naming_rule' => true,
Expert Settings
---------------

View File

@@ -6,6 +6,8 @@ ownCloud |version| Release Notes
Changes in 9.0
--------------
Home folder rule is enforced in the user_ldap application; see :doc:`configuration_user/user_auth_ldap`.
Changes in 8.2
--------------