configuration-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 94  →  ?path2? @ 95
/samba/4/standalone/smb.conf
@@ -17,12 +17,14 @@
## `-- samba ##
## |-- smb.conf ##
## |-- smb.conf.local ##
## `-- smb.conf.share ##
## |-- smb.conf.share ##
## `-- smb.conf.ldap ##
## ##
## Files Description: ##
## * /etc/samba/smb.conf (this file) ##
## * /etc/samba/smb.conf.local (local server-site settings) ##
## * /etc/samba/smb.conf.share (samba shares go here) ##
## * /etc/samba/smb.conf.ldap (optional ldab configuration) ##
## ##
###########################################################################
 
@@ -33,9 +35,6 @@
# Standalone.
preferred master = yes
security = user
# Without authentication, shares are not visible
browseable = no
public = no
# For compatibility with scripts.
passdb backend = smbpasswd
map to guest = Bad Password
@@ -75,6 +74,9 @@
# 0 -> LOG_ERR, 1 -> LOG_WARNING, 2 -> LOG_NOTICE, 3 -> LOG_DEBUG
log level = 1
 
# Include LDAP configuration.
#include = /etc/samba/smb.conf.ldap
# Include local settings.
include = /etc/samba/smb.conf.local