Hi,
with 2.2.9pre1 from cvs
(ftp://pserver.samba.org/pub/unpacked/samba_2_2 - downloaded on 14. Sep
2003) the special [homes]- section is broken. The shares with names of
the users are not visible anymore (access is granted).
Switching back to 2.2.8a with the same smb.conf and all is fine.
Client is WinXPPro.
smb.conf:
[global]
   workgroup = TOMMAIK
   serverstring    interfaces = 127.0.0.1/8 192.168.0.6/255.255.255.0
   bind interfaces only = yes
   security = user
   encrypt passwords = yes
   update encrypted = yes
   min password length = 1
   password server    pam password change = yes
   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter*new*UNIX*password:* %n\n
*Retype*new*UNIX*password:* %n\n *passwd:*password*
   username map = /etc/user.map
   username level = 2
   unix password sync = yes
   debug level = 5
   debug timestamps = no
   max log size = 10000
   nameresolveorder = lmhosts host wins bcast
   time server = yes
   deadtime = 60
   socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE
SO_RCVBUF=16384 SO_SNDBUF=16384
   load printers = no
   mangling method = hash2
   character set = iso8859-1
   client code page = 850
   domain logons = no
   add user script    os level = 0
   preferred master = no
   local master = no
   domain master = no
   wins support = no
   wins server    wins proxy = no
   kernel oplocks = no
   message command = /bin/mail -s 'message from %f on %m' root < %s;
rm
%s
   dfree command = /usr/local/bin/dfree
   admin users = root
   printer admin = root
   hosts allow = 127.0.0. 192.168.0.0/255.255.255.0
   printing = lprng
   print command = chmod 666 %s;\
                   name="`echo '%J' | sed "s/^.*-
//"`" ;\
                   /usr/bin/lpr -P%p -J"$name" %s;\
                   rm %s
   lpq command = /usr/bin/lpq -P%p -L
   lprm command = /usr/bin/lprm -P%p %j
   lppause command = /usr/sbin/lpc hold %p %j
   lpresume command = /usr/sbin/lpc release %p %j
   queuepause command = /usr/sbin/lpc stop %p
   queueresume command = /usr/sbin/lpc start %p
   dos filetimes = yes
   dos filetime resolution = yes
[homes]
   comment = home directory on %h
   browseable = no
   writeable = yes
   path = %H
   oplocks = no
   level2 oplocks = no
   blocking locks = no
   read list    write list    locking = no
   create mask = 0600
   directory mask = 0700
der tom
When a user copies a file from their desktop to the server, we would like samba to set the creation date on the file on the server to the current date, and not the date when the file was create on the desktop. I hope this makes sense. Is there an option to do this?
Still having a problem. Anyone? Corey Hart wrote:> When a user copies a file from their desktop to the server, we would like > samba to set the creation date on the file on the server to the current > date, and not the date when the file was create on the desktop. I hope > this makes sense. Is there an option to do this? > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba