[Pkg-owncloud-commits] [owncloud-doc] 03/12: home rule enforced by default

David Prévot taffit at moszumanska.debian.org
Tue Dec 22 01:42:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud-doc.

commit 43f23a8b6df89032cf2790619b89850f39fd8abc
Author: Carla Schroder <carla at owncloud.com>
Date:   Tue Dec 15 15:36:38 2015 -0800

    home rule enforced by default
---
 admin_manual/configuration_user/user_auth_ldap.rst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/admin_manual/configuration_user/user_auth_ldap.rst b/admin_manual/configuration_user/user_auth_ldap.rst
index cf4c1a8..a35d041 100644
--- a/admin_manual/configuration_user/user_auth_ldap.rst
+++ b/admin_manual/configuration_user/user_auth_ldap.rst
@@ -408,9 +408,11 @@ User Home Folder Naming Rule:
 
   * 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  [...]
+In new ownCloud installations (8.0.10, 8.1.5, 8.2.0 and up) 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. Also, the filesystem will not be set up for that user, so their file shares will not be available to other users.
 
- 'enforce_home_folder_naming_rule' => true,
+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 the ``occ`` command in ownCloud 8.2, like this example on Ubuntu::
+
+  sudo -u www-data php occ config:app:set user_ldap enforce_home_folder_naming_rule --value=1 
   
 Expert Settings
 ---------------

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list