Default samba.conf file

I have started trying to set up a samba share so my SOHO lan can see my opensuse RAID drive - and I’m having some luck - but I didn’t make a backup of the default conf file before I started. I would like to start over because I find that even though I add a share in the yast>samba>config - I’m still having to go to the directory that I want in Nautalis and right click and share there. I can see the drive but I am prompted for a user and password. I enter my linux username & password and they are rejected - so it obvous that I know nothing of what I’m doing - so I need to start over without doing damage.

# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2008-05-28
[global]
	workgroup = WORKGROUP
	printing = cups
	printcap name = cups
	printcap cache time = 750
	cups options = raw
	map to guest = Bad User
	include = /etc/samba/dhcp.conf
	logon path = \\%L\profiles\.msprofile
	logon home = \\%L\%U\.9xprofile
	logon drive = P:
	usershare allow guests = Yes
	add machine script = /usr/sbin/useradd  -c Machine -d /var/lib/nobody -s /bin/false %m$
	domain logons = No
	domain master = No
	security = user
	usershare max shares = 100
[homes]
	comment = Home Directories
	valid users = %S, %D%w%S
	browseable = No
	read only = No
	inherit acls = Yes
[profiles]
	comment = Network Profiles Service
	path = %H
	read only = No
	store dos attributes = Yes
	create mask = 0600
	directory mask = 0700
[users]
	comment = All users
	path = /home
	read only = No
	inherit acls = Yes
	veto files = /aquota.user/groups/shares/
[groups]
	comment = All groups
	path = /home/groups
	read only = No
	inherit acls = Yes
[printers]
	comment = All Printers
	path = /var/tmp
	printable = Yes
	create mask = 0600
	browseable = No
[print$]
	comment = Printer Drivers
	path = /var/lib/samba/drivers
	write list = @ntadmin root
	force group = ntadmin
	create mask = 0664
	directory mask = 0775

## Share disabled by YaST
# [netlogon]

[public]
	comment = RAID drive share
	inherit acls = Yes
	path = /local/public
	read only = No

Thanks for listening

swerdna has one
Linux HOWTOs and Tutorials: Suse Linux 10.0, 10.1 openSUSE 10.2, 10.3, 11.0

Thanks for the link, I wonder if I rename the smb.conf file… will samba make a new one that I can start over with?

Don’t think so

here is a direct link
http://www.swerdna.net.au/lanprimer/smb.conf.txt

On Sat October 11 2008 01:16 am, db9 wrote:

>
> I have started trying to set up a samba share so my SOHO lan can see my
> opensuse RAID drive - and I’m having some luck - but I didn’t make a
> backup of the default conf file before I started. I would like to start
> over because I find that even though I add a share in the
> yast>samba>config - I’m still having to go to the directory that I want
> in Nautalis and right click and share there. I can see the drive but I
> am prompted for a user and password. I enter my linux username &
> password and they are rejected - so it obvous that I know nothing of
> what I’m doing - so I need to start over without doing damage.
>
>
db9;
You need to add Samba users. In a terminal window su to root and enter the
command “smbpasswd -a <username>” [no quotes]. The username must be a valid
linux user, you will be prompted for a pass word, this does NOT need to be the
same as your linux pass word.

P. V.
Cogito cogito ergo cogito sum.