[Samba] How to access a share without username/password

Abdul-Azeez samba at citizensbankng.com
Thu Feb 26 11:20:55 GMT 2004


I want a Banking Application (GLOBUS) to view images stored in a samba server. I only have provision to supply the IP address and path name of the location of the images.This means that I cannot specifya username/password to GLOBUS.How do I make GLOBUS view this images without supplying a username/password.My sample config file is below.ThanksAbdul# Samba config file created using SWAT
# from 128.1.100.67 (128.1.100.67)
# Date: 2004/02/26 12:00:05

# Global parameters
[global]
	workgroup = IMSD
	netbios name = SAMBER-SERVER
	smb passwd file = /etc/samba/smbpasswd
	guest account = samba
	log level = 3
	ldap ssl = no
	valid users = abdul, Matthew

[share]
	comment = common share
	path = /usr/shares
	guest ok = Yes

[printer]
	path = /tmp
	printable = Yes


More information about the samba mailing list