Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/serverfarmer/sf-samba-server
- Owner: serverfarmer
- License: mit
- Created: 2015-12-14T19:13:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T20:05:45.000Z (about 3 years ago)
- Last Synced: 2024-11-22T03:11:41.952Z (2 months ago)
- Topics: data-storage, debian, php, samba, samba-server, security, security-tools, server-configuration, storage, ubuntu
- Language: Smarty
- Homepage: http://serverfarmer.org/
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```