[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 = DOMINIO
server string = Servidor SAMBA versão %v
name resolve order = lmhosts host wins bcast
domain master = yes
local master = yes
domain logons = yes
preferred master = yes
os level = 80
security = user
# CARACTERES DE ARQUIVOS
preserve case = no
default case = lower
# ACESSO PARA ADMINISTRAÇÃO, ACESSO AO SERVIDOR PARA USO
#invalid users = root
#hosts allow = 192.168.0.
#admin users = administrador, root
# LOG DE ACESSOS A SERVIÇOS - AUDITORIA DO SAMBA
syslog = yes
log level = 1
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
# CONFIGURAÇÃO DE USUÁRIOS E SUAS SENHAS
encrypt passwords = yes
passdb backend = tdbsam
enable privileges = yes
map to guest = bad user
guest account = guest
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
getwd cache = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8198
# VETAR CERTOS TIPOS DE EXTENSÃO DE ARQUIVOS
veto files = /*.pif/*.tmp/*.mp3/*.wma/*.asf/*.mp4/*.avi/*.scr/*.flv/*.mpeg/*.mpg
#ROAMING PROFILES
logon home = \\%L\%U\.profiles
logon path = \\%L\profiles\%U
logon script = %G.bat
obey pam restriction = yes
[homes]
comment = Diretório de Usuários
valid users = %S
browseable = no
writeable = yes
follow symlinks = no
invalid users = root
create mode = 0640
directory mode = 0750
[profiles]
path = /home/profiles
writeable = yes
browseable = no
create mask = 0600
directory mask = 0700
[netlogon]
comment = Serviço de Logon
path = /var/samba/netlogon
read only = yes
browseable = no
[publico]
comment = Diretório Público
path = /home/publico
browseable = yes
writeable = yes
available = yes
public = yes
[administracao]
comment = Dados da Administração
path = /home/administracao
browseable = no
writeable = yes
available = yes
valid users = @administracao
[financeiro]
comment = Dados do Financeiro
path = /home/financeiro
browseable = no
writeable = yes
available = yes
valid users = @financeiro