[global]
# ELEIÇÕES DE REDE, CONFIGURAÇÕES DE NOME E RESOLUÇÃO DOS MESMOS, NÍVEL DE SEGURANÇA E DEFINIÇÃO DE PDC
netbios name = samba
workgroup = REDE
name resolve order = lmhosts host wins bcast
domain master = yes
local master = yes
preferred master = yes
os level = 255
# CARACTERES DE ARQUIVOS
preserve case = no
default case = lower
# ACESSO PARA ADMINISTRAÇÃO, ACESSO AO SERVIDOR PARA USO
hosts allow = 192.168.0.
admin users = administrador, root
# LOG DE ACESSOS A SERVIÇOS - AUDITORIA DO SAMBA
syslog = yes
log level = 3
log file = /var/log/samba/log.%m
max log size = 5000
vfs objects = full_audit
full_audit:success = open, opendir, write, unlink, rename, mkdir, rmdir, chmod, chown
full_audit:prefix = %u|%I|%S
full_audit:failure = none
full_audit:facility = local5
full_audit:priority = notice
debug timestamp = yes
debug level = 2
debug uid = no
lock directory = /var/run/samba/locks
# ESTE É UM SERVIDOR WINS
wins support = yes
wins proxy = no
dns proxy = no
max wins ttl = 518400
# ESTE SERVIDOR É UM SERVIDOR DE HORÁRIO ATRAVÉS DO RECURSO NTPD
time server = yes
# NÍVEL DE SEGURANÇA E USUÁRIOS CONFIGURAÇÃO DE USUÁRIOS E SUAS SENHAS
security = user
encrypt passwords = true
passdb backend = tdbsam
enable privileges = yes
username level = 2
# ESCUTA DE REDE
interfaces = eth1
bind interfaces only = yes
# CONFIGURAÇÃO DE DESEMPENHO
read raw = yes
write raw = yes
oplocks = yes
max xmit = 65535
dead time = 15