Its driving me nuts, don't see why I can't. On a side note, (I think its related), the window doesn't refresh when I copy stuff over from windows to the network drive. Any ideas? Yes its running as a PDC.
smb.conf
[global]
unix charset = ISO8859-1
workgroup = MTT
server string = Linux File Server
interfaces = lo, eth0
bind interfaces only = Yes
smb passwd file = /etc/samba/private/smbpasswd
passwd program = /usr/bin/passwd %u
passwd chat = "*New password:*"%n\r "New password (again):*" %n\r "*Password changed*"
log file = /var/log/samba/log.smbd
max log size = 1024
name resolve order = wins lmhosts hosts bcast
time server = Yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
show add printer wizard = No
add user script = /usr/sbin/useradd -m %u
delete user script = /user/sbin/userdel -r %u
add group script = /usr/sbin/groupadd %g
delete group script = /usr/sbin/groupdel %g
add user to group script = /usr/sbind/usermod -G %g %u
add machine script = /usr/sbin/useradd -s /bin/false -d /dev/null %u
logon path = \\%L\profiles\%U
logon drive = H:
logon home = \\%L\%U
domain logons = Yes
os level = 99
preferred master = Yes
domain master = Yes
dns proxy = No
wins support = Yes
vscan-clamav:config-file = /etc/samba/vscan-oav.conf
hosts allow = 10.10.10.0/24
vfs objects = vscan-clamav
[netlogon]
path = /var/lib/samba/netlogon
browseable = No
[profiles]
path = /home/profiles
write list = @smbusers, @admins
force user = %U
read only = No
create mask = 0600
directory mask = 0700
case sensitive = No
preserve case = No
hide files = /destop.ini/ntuser.ini/NTUSER.*/
root preexec = PROFILE=/home/profiles/%U; if [ ! -e $PROFILE]; then mkdir -pm700 $PROFILE; chown %U:%g $PROFILE;fi
[homes]
comment = %U home direcotry
path = /home/%U
valid users = %S
write list = %U
read only = No
create mask = 0750
inherit permissions = Yes
browseable = No
[public]
comment = Public Stuff
path = \home\public
write list = @smbusers
guest ok = Yes
|