mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #711 from mmattel/smb_add_dollar_username
SMB: documents the ability to use $user as substitute for a fixed subfolder name
This commit is contained in:
@@ -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 of a particular subfolder name.
|
||||
|
||||
.. note:: The SMB backend requires **smbclient** to be installed on the server.
|
||||
|
||||
|
||||
@@ -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 of a particular subfolder name.
|
||||
|
||||
And finally, the ownCloud users and groups who get access to the share.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user