Mailinglist Archive: opensuse (3236 mails)

< Previous Next >
Re: [SLE] Need smb.conf
  • From: vidor@xxxxxxx (Vidor Demeter)
  • Date: Wed, 12 Jan 2000 15:48:25 +0100
  • Message-id: <002601bf5d0c$3c4c7e60$050aa8c0@xxxxxxxxxxx>



Hi,

Hope this will help you to your samba configuration.

-----------------------------%<------------------------------------------
# Samba config file

# Global parameters
workgroup = Your_Workgroup
interfaces = 192.168.0.58/255.255.0.0 #change to your IP / MASK nr.
encrypt passwords = Yes # if you work with Win95B, Win98, NT
use rhosts = Yes
map to guest = Bad User
keepalive = 30
socket options = TCP_NODELAY
os level = 2
hosts allow = localhost, 192.168.10.5, 192.168.0.20 # You have to write
IP nr. to all hosts
# As you kan see I have two hosts, you kan write only192.168. for the same
hosts here

[homes]
comment = Home maps
read only = No
create mask = 0750
browseable = No

[printers]
comment = All Printers
path = /tmp
create mask = 0700
print ok = Yes
browseable = No

# If you want a public map for all users who are attached...
[Public]
comment = Public map
path = /home/Pub
read only = No
guest ok = Yes
------------------------------------------------------>%--------------------
-----------

Please let me know if that was to any use.
If you have some question about this let me know.

Hope this helpes

/ Vidor


--
To unsubscribe send e-mail to suse-linux-e-unsubscribe@xxxxxxxx
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/


< Previous Next >