[Samba] need help of samba

Gops angopal2k at gmail.com
Wed Jul 27 18:00:16 GMT 2005


hi,

  I have configured samba in redhat linux 9.0 with windows xp client
machine. i m not getting the share option when right clicking the
windows drive after logging into the domain. so please help me guys.
if i want to send the config file please inform me. the main prob is i
m not able to access the two windows machine drive logged into the
domain.kindly help me.. thanx with advance.

-- 
with ragards,
Gops
91 94437 86840
-------------- next part --------------
#======================= Global Settings =====================================
[global]
	workgroup = originwave
	netbios name = owserver
	server string = samba server
	add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u
;hosts allow = 192.168.1. 192.168.2. 127.
	printcap name = /etc/printcap
	load printers = yes
	printing = cups
;guest account = pcguest
	log file = /var/log/samba/%m.log
	max log size = 50
;password server = <NT-Server-Name>
;password level = 8
;username level = 8
	encrypt passwords = yes
	smb passwd file = /etc/samba/smbpasswd
;ssl CA certFile = /usr/share/ssl/certs/ca-bundle.crt
	unix password sync = Yes
	passwd program = /usr/bin/passwd %u
	passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
	pam password change = yes
;username map = /etc/samba/smbusers
;include = /etc/samba/smb.conf.%m
	obey pam restrictions = yes
	socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
;interfaces = 192.168.12.2/24 192.168.13.2/24
;remote browse sync = 192.168.3.25 192.168.5.255
;remote announce = 192.168.1.255 192.168.2.44
	domain admin group = @sys
;domain admin users = root
	local master = True
	os level = 65
	domain master = True
	preferred master = True
	domain logons = yes
;logon script = %m.bat
;logon script = %U.bat
;logon path = \\%L\Profiles\%U
	wins support = True
;wins server = w.x.y.z
;wins proxy = yes
	username map = /etc/samba/smbusers
	guest ok = yes
	dns proxy = no
;admin users = @sysadmin
;preserve case = no
;short preserve case = no
;default case = lower
;case sensitive = no

#============================ Share Definitions ==============================
[homes]
	comment = Home Directories
	browseable = no
	writeable = yes
	valid users = %S
	create mode = 0664
	directory mode = 0775

; map to guest = bad user



;[netlogon]
;   comment = Network Logon Service
;   path = /usr/local/samba/lib/netlogon
;   guest ok = yes
;   writable = no
;   share modes = no



;[Profiles]
;    path = /usr/local/samba/profiles
;    browseable = no
;    guest ok = yes



[printers]
	comment = All Printers
	path = /var/spool/samba
	browseable = no
	printable = yes


;[tmp]
;   comment = Temporary file space
;   path = /tmp
;   read only = no
;   public = yes


;[public]
;   comment = Public Stuff
;   path = /home/samba
;   public = yes
;   writable = yes
;   printable = no
;   write list = @staff


;[fredsprn]
;   comment = Fred's Printer
;   valid users = fred
;   path = /home/fred
;   printer = freds_printer
;   public = no
;   writable = no
;   printable = yes


;[fredsdir]
;   comment = Fred's Service
;   path = /usr/somewhere/private
;   valid users = fred
;   public = no
;   writable = yes
;   printable = no


;[pchome]
;  comment = PC Directories
;  path = /usr/local/pc/%m
;  public = no
;  writable = yes


;[public]
;   path = /usr/somewhere/else/public
;   public = yes
;   only guest = yes
;   writable = yes
;   printable = no


;[myshare]
;   comment = Mary's and Fred's stuff
;   path = /usr/somewhere/shared
;   valid users = mary fred
;   public = no
;   writable = yes
;   printable = no
;   create mask = 0765


More information about the samba mailing list