Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/serverfarmer/sf-samba-server

sf-samba-server extension provides managed Samba solution for small and medium companies.
https://github.com/serverfarmer/sf-samba-server

data-storage debian php samba samba-server security security-tools server-configuration storage ubuntu

Last synced: 8 days ago
JSON representation

sf-samba-server extension provides managed Samba solution for small and medium companies.

Awesome Lists containing this project

README

        

sf-samba-server extension provides managed Samba solution for small and medium
companies. It is compatible with the following operating systems:

- Debian 6.x (Squeeze)
- Debian 7.x (Wheezy)
- Debian 8.x (Jessie)
- Debian 9.x (Stretch)
- Debian 10.x (Buster)
- Ubuntu 16.04 LTS (Xenial Xerus)
- Ubuntu 20.04 LTS (Focal Fossa)

Shares configuration are stored in /etc/local/.config/samba.php file. Script
samba-refresh.php generates Samba configuration base on this file, while
add-samba-user.sh allows adding new users.

### Configuring samba for full disk encryption server

#### Pre-systemd Debian/Ubuntu/clones

```
/etc/init.d/samba stop
update-rc.d -f samba remove
```