-
Weird SAMBA problem
I'm having a really, really weird issue with my Samba server. I have Samba configured with a virtual "recycle bin" so that when users delete files from their home directory, the files are copied to a temporary holding area until the nightly backups are made. The problem is that the recycle bin works for all but one user and I can't figure out why it doesn't work for him. Anyone have any thoughts? BTW...the user "ue020" is the one that is having problems.
Here is my smb.conf file:
Code:
# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2005/10/26 16:33:32
# Global parameters
[global]
workgroup = XXXXXX
realm = XXXXXXXXX
server string = engineering file server
security = ADS
obey pam restrictions = Yes
password server = XXX.XXX.XXX.XXX
unix extensions = No
keepalive = 900
socket options = TCP_NODELAY SO_RCVBUF=16384 SO_SNDBUF=16384 IPTOS_LOWDELAY SO_KEEPALIVE
preferred master = No
local master = No
domain master = No
wins server = XXX.XXX.XXX.XXX
ldap ssl = no
hide dot files = yes
veto files = /.undelete/.*/
idmap uid = 10000-20000
idmap gid = 10000-20000
template primary group = users
template homedir = /home/shares/bu_onen1/bu/users8/%U
template shell = /bin/bash
winbind separator = +
winbind cache time = 900
winbind enum users = No
winbind enum groups = No
winbind use default domain = yes
valid users = KOBELCO_GA+vj928, KOBELCO_GA+vk594, KOBELCO_GA+jvolden, KOBELCO_GA+ue020, KOBELCO_GA+vk301, KOBELCO_GA+jfeldkamp, KOBELCO_GA+vh150, KOBELCO_GA+mlinnick, KOBELCO_GA+jcook, KOBELCO_GA+dt257, KOBELCO_GA+vj936, KOBELCO_GA+cnhguest, KOBELCO_GA+nvannorwick, KOBELCO_GA+rnandyala
[bu_onen1]
path = /home/shares/bu_onen1
write list = vj928, vk594, ue020, jvolden, vk301, vh150, jfeldkamp, mlinnick, jcook, dt257, vj936, cnhguest, nvannorwick, rnandyala
read only = No
vfs object = recycle
recycle:keeptree = Yes
recycle:repository = .undelete/%U
recycle:exclude = ~$*.doc *.lnk *.tmp *.temp
[homes]
comment = Home directory for %U
valid users = %S, %D+%S
read only = No
browseable = No
[ptc]
path = /home/shares/bu_onen1/ptc
[ptc1]
path = /home/shares/bu_onen1/ptc1
[newprogs]
path = /home/shares/newprogs
write list = vj928, vk594, jvolden, vk301, ue020, vh150, jfeldkamp, mlinnick, jcook, dt257, vj936, cnhguest, nvannorwick, rnandyala
read only = No
create mask = 0774
directory mask = 0775
[public]
path = /home/shares/public
read only = No
create mask = 0774
directory mask = 0775
[pdf_print]
path = /var/spool/cups-pdf/
read only = No
-
It is probably not a problem of your server! Maybe the problem is client-side.