1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/samba/README.rst

26 lines
1.2 KiB
ReStructuredText
Raw Normal View History

2021-08-08 15:18:38 +00:00
Samba README
============
Do you want your Internet-in-a-Box (IIAB) to act as a file server for your classroom or school?
2021-08-08 23:07:15 +00:00
If `Samba <https://www.samba.org/samba/docs/>`_ is installed and enabled as part of your IIAB's `/etc/iiab/local_vars.yml <https://wiki.iiab.io/go/FAQ#What_is_local_vars.yml_and_how_do_I_customize_it.3F>`_, your IIAB server can advertise a shared "public" folder, available to Windows PC's and laptops on your network.
2021-08-08 15:18:38 +00:00
Default Permissions
-------------------
2017-05-27 18:09:50 +00:00
- Users may read and write to the "public" shared folder.
2021-08-08 23:07:15 +00:00
- They are forced to store their files as a user who has no ability to log on to the server.
2021-08-08 15:18:38 +00:00
- The user, with no ability to log on, has a password which is very difficult to guess e.g. ``verylong%and$hard^to@guess``
Security
--------
**It's critical you understand Samba security,** so as not to endanger your students and community:
- `https://en.wikipedia.org/wiki/Samba_(software)#Security <https://en.wikipedia.org/wiki/Samba_(software)#Security>`_
- https://ubuntu.com/server/docs/samba-securing
Please review the default `/etc/samba/smb.conf <templates/smb.conf.j2>`_ file, and revise it appropriately.
2021-08-08 15:18:38 +00:00
Please also review your overall `IIAB Security <http://wiki.laptop.org/go/IIAB/Security>`_.