Linux # cat /usr/local/critical_path/samba/lib/smb.conf|more #======================= Global Settings ===================================== [global] netbios name = wagon passdb backend = smbpasswd workgroup = EMTEL server string = SERVIDOR DE DOMINIO - EMTEL security = user hosts allow = 192.168.0. 127. hosts deny = all load printers = no log file = /var/samba/maquinas/%m log file = /var/samba/usuarios/%G.%U max log size = 500 encrypt passwords = yes socket options = TCP_NODELAY interfaces = 192.168.0.100/24 bind interfaces only = yes local master = yes os level = 65 domain master = yes preferred master = yes domain logons = yes # logon path = \\%L\profiles\%m # run a specific logon batch file per username logon script = \scripts\%g.bat # Where to store roving profiles (only for Win95 and WinNT) # %L substitutes for this servers netbios name, %U is username # You must uncomment the [Profiles] share below ; logon path = \\%L\Profiles\%U dns proxy = no #============================ Share Definitions ============================== [pessoal] path = /export/samba/pessoais/%g/%u comment = Pessoal em EMTEL writeable = yes browseable = yes [netlogon] comment = Network Logon Service path = /export/samba/netlogon guest ok = no public = no writeable = no share modes = no browseable = no # Sample By # Christopher Giese # skywarrior@bsdux.com.br # www.bsdux.com.br