[Samba] win98 can't access directories

Simon Adler simon at wohnheim.fh-wedel.de
Sun Mar 10 10:09:02 GMT 2002


Hello together,

i have a problem with win98 Clients if they connect to one
the Server. The can't access Directorys deeper than the share.
I use samba 2.2.3a-1 for Debian Linux.
I know about the Password Problem with Windows and I can say that
this isn't the Problem.
I already removed samba an reinstalled it again, but it doesn't 
take any effect.

I append my smb.conf. 

I hope for any help or reaktion. 

Simon Adler

--
University of applied Computer Sciences Wedel(Germany)
-------------- next part --------------
;
; /etc/smb.conf
;
; Sample configuration file for the Samba suite for Debian GNU/Linux
;
; Please see the manual page for smb.conf for detailed description of
;	every parameter.
;

[global]

########################## Mangle Options ######################################
   
   mangle case = yes
   case sensitive = yes
   default case = lower
   preserve case = no
   hide files = /lost+found/
   
#   admin users = simon
#  available = no 		For Fast Samba Shutdown

######################### Make-up Options ######################################
   
   workgroup = HAUSNETZ
   server string = Videoserver http://%h
   fstype = Ext2
   veto files = /Thumbs.db/
   
######################### Net - Options ########################################
   
   encrypt passwords = yes
   dns proxy = no
#   hosts deny = 0.0.0.0/0
   hosts allow = 195.37.86.128/255.255.255.128
   security = share
   wins support = no
   wins server = 195.37.86.122
#  interfaces = 195.37.86.150/255.255.255.128
   os level = 5
   domain master = no			     
# Shares browser.dat from local masters
   local master = no			     
# to participate on master brwoser election
   preferred master = no		     
# force election
   guest account = nobody
   name resolve order = host lmhosts wins bcast

######################## Performance Options ##################################
   
#   getwd cache = yes	
 # widelinks = false
#   socket options = IPTOS_LOWDELAY TCP_NODELAY    
#SO_SNDBUF=4096 SO_RCVBUF=4096		      

######################### Printer Settings ####################################

   printing = bsd
   printer driver = HP LaserJet 4L
   printcap name = /etc/printcap
   load printers = yes

#########################  Log - Settings #####################################

   log level    = 2
   log file     = /var/log/samba/%m.log
   max log size = 1000
   syslog = 0
   syslog only = no
   unix password sync = false 		    
   
   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .






[homes]
   comment = Home Directories
   browseable = no
   read only = no
   create mask = 0775
   directory mask = 0775

[player]
   comment = Alle was man f?r den Videospass braucht
   browseable = yes
   read only = yes
   directory = /var/ftp/player
   public = yes

[upload]
   comment = upload
   browseable = yes
   read only = no
   directory = /var/ftp/upload
   public = yes
   force create mode = 777
   force directory mode = 777
	    


[serien] 
 comment = serien
 browsable = yes
 read only = yes
 directory = /var/ftp/serien
 guest ok = true
	     

[cinema]
   comment = cinema
   browsable = yes
   read only = yes
   directory = /var/ftp/cinema
   public = yes

[printers]
   comment = HP4LaserJet
   browseable = yes
   path = /tmp
   printable = yes
   public = no
   writable = yes
   create mode = 0700
   hosts allow = 195.37.86.153 195.37.86.156 195.37.86.155 195.37.86.158 195.37.86.151 195.37.86.152 192.168.37.153

; A sample share for sharing your CD-ROM with others.
;[cdrom]
;   comment = Samba server's CD-ROM
;   writable = no
;   locking = no
;   path = /cdrom
;   public = yes
;
; The next two parameters show how to auto-mount a CD-ROM when the
;	cdrom share is accesed. For this to work /etc/fstab must contain
;	an entry like this:
;
;       /dev/scd0   /cdrom  iso9660 defaults,noauto,ro,user   0 0
;
; The CD-ROM gets unmounted automatically after the connection to the
;
; If you don't want to use auto-mounting/unmounting make sure the CD
;	is mounted on /cdrom
;
;   preexec = /bin/mount /cdrom
;   postexec = /bin/umount /cdrom



More information about the samba mailing list