Hi everybody,
I have failed to find an answer in the smb.conf man page and in the samba
howto, so I post this message.
I have samba working on my linux box and wind95/Nt boxes can see it. but
when they try to access it. they receive a message asking a for a password
related to the IPC$ share (don't know if it is the apropriate name).
I want my computer tobe accessible, then to decide which share are
available with or without password.
here is my smb.conf file :
[global]
; workgroup = NT-Domain-Name or Workgroup-Name, eg: REDHAT4
workgroup = yum-yum
hide dot files = yes
; comment is the equivalent of the NT Description field
comment = RedHat Samba Server
; volume = used to emulate a CDRom label (can be set on a per share basis)
volume = RedHat5
; Uncomment this if you want a guest account
guest account = guest
log file = /var/log/samba-log
lock directory = /var/lock/samba
share modes = yes
; Put a capping on the size of the log files (in Kb)
max log size = 50
; Security and file integrity related options
lock directory = /var/lock/samba
locking = yes
strict locking = yes
share modes = yes
security = user
; Performance Related Options
; Before setting socket options read the smb.conf man page!!
socket options = TCP_NODELAY
; Socket Address is used to specify which socket Samba
; will listen on (good for aliased systems)
; socket address = aaa.bbb.ccc.ddd
; Use keep alive only if really needed!!!!
; keep alive = 60
message command = csh -c 'xedit %s ; rm -f %s' &
null passwords = yes
;============================ Share Declarations ==============================
[homes] ;this has to be protected
comment = Home Directories
browseable = no
read only = no
create mode = 0750
[upload] ;this is completly free
comment = sign here
path = /tmp
read only = no
public = yes
[ryo] ;this has to be protected
comment = C drive
path = /ryo
read only = yes
[kaori] ;this has to be protected
comment = D drive
path = /kaori
read only = yes
[saeko] ;this has to be protected
comment = E drive
path = /saeko
read only = yes
[meumeu] ;this should be accessible without password but read only
comment = Public Stuff
path = /kaori/meumeu
browseable = yes
public = yes
writable = no
Cheers
-------------------------------------------------------
Ryo | Pierre Loubigniac
[EMAIL PROTECTED]
http://ituser.it.bton.ac.uk/student/pl55/public_html/
http://pcpl55.it.bton.ac.uk/~pl55/ (sometime)
-------------------------------------------------------
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.