OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: \Kritikal\ on February 10, 2005, 01:40:28 pm

Title: Need Smb.conf
Post by: \Kritikal\ on February 10, 2005, 01:40:28 pm
So I managed to nuke my smb.conf file. Dont ask...

Anyway, could someone kindly paste theirs in here so I can copy it? Also, I remember reading that there was something special to get it to work via wlan.

Thanks in advance!
Title: Need Smb.conf
Post by: freizugheit on February 11, 2005, 12:56:49 am
Just write the following two lines in the file:

netbios name = Z
workgroup = workgroup
Title: Need Smb.conf
Post by: craigtyson on February 12, 2005, 05:12:10 am
[global]
# workgroup is either a domain name or a workgroup name
   workgroup = WORKGROUP
   log file = /dev/null
#
# encrypt passwords is required for Win98, NT and Windows 2000
#
   encrypt passwords = yes

   coding system = utf8
   client code page = 932
   force create mode = 0755
   strict sync = yes
   sync always = yes

#   interfaces =
   interfaces = usbd0 eth0 bnep0 irda0 ppp0
#   wins support = yes
#   bind interfaces only = yes
[system]                     
   comment = System Folder
   path = /root/samba
   read only = no
   browseable = no
   guest ok = yes
   force user = root
[home]                     
   comment = for User Data
   path = /home/samba
   short preserve case = no
   read only = no      
   guest ok = yes
   force user = zaurus