[Samba] 2.2.9pre1 cvs - home shares not visible?

Thomas Bork knuffelmail at gmx.de
Thu Sep 25 20:56:38 GMT 2003


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




More information about the samba mailing list