Skip to content

Commit

Permalink
Merge pull request #206 from DavidePrincipi/sharecredentials
Browse files Browse the repository at this point in the history
User name for shared folders
  • Loading branch information
DavidePrincipi committed Mar 21, 2017
2 parents 19bb99e + 73ddd67 commit 0164b62
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
2 changes: 2 additions & 0 deletions administrator-manual/en/accounts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ Long user name form
Short user name form
*goofy*

To access a shared folder, see also :ref:`smb-access-section`.

.. _groups-section:

Groups
Expand Down
21 changes: 18 additions & 3 deletions administrator-manual/en/shared_folder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Shared folders
A *shared folder* is a place where files can be accessed by a group of
people using Samba (SMB/CIFS).

To create, edit and delete a shared folder go to the :guilabel:`Shared folders`
page.

Authorizations
--------------
Expand All @@ -30,18 +32,31 @@ If an **LDAP** account provider is selected or there is no account provider at
all, any access to shared folders is considered as *Guest access* so that
everyone is allowed to read and write its content.

.. _smb-access-section:

Network access
--------------

SMB/CIFS is a widely adopted protocol that allows to share files
across a computer network. In a way similar to Web URLs above, the
shared folder name becomes the SMB "share name".
across a computer network. The shared folder name becomes the SMB "share name".

For instance, the SMB network addresses of the ``docs`` share could be ::

\\192.168.1.1\docs
\\MYSERVER\docs

When accessing a SMB share, some user interfaces provide a single user name
field. In that case, specify the **short user name** prefixed with the **NetBIOS
domain name**. For instance, if the NetBIOS domain name is "COMPANY" and the
user name is "john.smith", the domain-prefixed user name to access a SMB share
is: ::

COMPANY\john.smith

On the contrary, some applications provide separate input fields for the NetBIOS
domain name and the user name; in that case fill in the input fields
individually.

At any time, the :guilabel:`Reset permissions` button propagates the shared
folder UNIX permissions and Posix ACLs to its contents.

Expand All @@ -52,7 +67,7 @@ folder UNIX permissions and Posix ACLs to its contents.
If the option :guilabel:`Network recycle bin` is enabled, removed
files are actually moved into a special "wastebasket" directory. The
:guilabel:`Keep homonym files` keeps distinct file names inside
:guilabel:`Keep copies of files with the same name` keeps distinct file names inside
the wastebasket directory, preventing overwrites.

If :guilabel:`Browseable` is enabled, the shared folder is listed publicly.
Expand Down

0 comments on commit 0164b62

Please sign in to comment.