From cf4a3f1026db8a08ce84b5395082f8dd02b4279f Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 14 Dec 2014 16:45:52 +0100 Subject: [PATCH 1/3] adds the ability to use $user as substitute for a fixed subfolder --- admin_manual/configuration/external_storage_configuration.rst | 2 +- .../configuration/external_storage_configuration_gui.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration/external_storage_configuration.rst b/admin_manual/configuration/external_storage_configuration.rst index 2881b2b75..aefe2955a 100644 --- a/admin_manual/configuration/external_storage_configuration.rst +++ b/admin_manual/configuration/external_storage_configuration.rst @@ -194,7 +194,7 @@ takes the following options: - **password**: the password to login on the samba server - **share**: the share on the samba server to mount - **root**: the folder inside the samba share to mount (optional, defaults - to ‘/’) + to ‘/’). To assign the owncloud logon username automatically to the subfolder, use $user instead a particular subfolder name. .. note:: The SMB backend requires **smbclient** to be installed on the server. diff --git a/admin_manual/configuration/external_storage_configuration_gui.rst b/admin_manual/configuration/external_storage_configuration_gui.rst index 2b087bf25..e51e31798 100644 --- a/admin_manual/configuration/external_storage_configuration_gui.rst +++ b/admin_manual/configuration/external_storage_configuration_gui.rst @@ -269,7 +269,7 @@ You need the following information: * Password -- The password to login to the Samba server. * Share -- The share on the Samba server to mount. * Root -- The folder inside the Samba share to mount (optional, defaults to - ``/``) + ``/``). To assign the owncloud logon username automatically to the subfolder, use $user instead a particular subfolder name. And finally, the ownCloud users and groups who get access to the share. From ec726fa28b7874884d09fd57e42d47addabee9c6 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 30 Dec 2014 14:49:51 +0100 Subject: [PATCH 2/3] text correction: instead a / instead of a --- admin_manual/configuration/external_storage_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration/external_storage_configuration.rst b/admin_manual/configuration/external_storage_configuration.rst index aefe2955a..49cffe011 100644 --- a/admin_manual/configuration/external_storage_configuration.rst +++ b/admin_manual/configuration/external_storage_configuration.rst @@ -194,7 +194,7 @@ takes the following options: - **password**: the password to login on the samba server - **share**: the share on the samba server to mount - **root**: the folder inside the samba share to mount (optional, defaults - to ‘/’). To assign the owncloud logon username automatically to the subfolder, use $user instead a particular subfolder name. + to ‘/’). To assign the owncloud logon username automatically to the subfolder, use $user instead of a particular subfolder name. .. note:: The SMB backend requires **smbclient** to be installed on the server. From 685ba382e6f89e80a34054969ab35e2f51c6cea2 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 30 Dec 2014 15:15:01 +0100 Subject: [PATCH 3/3] missed the second commit --- .../configuration/external_storage_configuration_gui.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration/external_storage_configuration_gui.rst b/admin_manual/configuration/external_storage_configuration_gui.rst index e51e31798..495c9851f 100644 --- a/admin_manual/configuration/external_storage_configuration_gui.rst +++ b/admin_manual/configuration/external_storage_configuration_gui.rst @@ -269,7 +269,7 @@ You need the following information: * Password -- The password to login to the Samba server. * Share -- The share on the Samba server to mount. * Root -- The folder inside the Samba share to mount (optional, defaults to - ``/``). To assign the owncloud logon username automatically to the subfolder, use $user instead a particular subfolder name. + ``/``). To assign the owncloud logon username automatically to the subfolder, use $user instead of a particular subfolder name. And finally, the ownCloud users and groups who get access to the share.