Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
smb.conf: Remove "passdb backend = tdbsam" as this is the default
· 244976bf
Mathieu Parent
authored
Jul 01, 2018
244976bf
smb.conf: Fix "usershare max shares" default (patched to 100 instead of 0)
· 9e165f27
Mathieu Parent
authored
Jul 01, 2018
9e165f27
Show whitespace changes
Inline
Side-by-side
debian/smb.conf
View file @
9e165f27
...
...
@@ -74,10 +74,6 @@
# new domain.
server
role
=
standalone
server
# If you are using encrypted passwords, Samba will need to know what
# password database type you are using.
passdb
backend
=
tdbsam
obey
pam
restrictions
=
yes
# This boolean parameter controls whether Samba attempts to sync the Unix
...
...
@@ -161,8 +157,8 @@
# Setup usershare options to enable non-root users to share folders
# with the net usershare command.
# Maximum number of usershare. 0
(default)
means that usershare is disabled.
;
usershare
max
shares
=
100
# Maximum number of usershare. 0 means that usershare is disabled.
#
usershare max shares = 100
# Allow users who've been granted usershare privileges to create
# public shares, not just authenticated ones
...
...