Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35176 - A basic samba.conf
Summary: A basic samba.conf
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-05 23:18 UTC by Steven Wagner
Modified: 2004-01-07 10:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Wagner 2003-12-05 23:18:32 UTC
The samba.conf.example that is provided with the Samba package is nice and complete, but it would also be nice to have a simple config for when someone wants to get up and going without having to learn all of Samba first.  The existing sample config is 500 lines. Here is what I came up with in my endevour, and found that this is the basic config that many use.

#This is a sample samba.conf for setting up a simplistic shared directory. 

[global]
workgroup = WORKGROUP
netbios name = MYSAMBA
server string = Powered by Samba
security = SHARE
log file = /var/log/samba.log
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
wins server = 127.0.0.1
wins support = Yes
                                                                                          
[Storage]
path = /mnt/myshare
read only = No
guest ok = Yes
Comment 1 Donny Davies (RETIRED) gentoo-dev 2003-12-06 06:51:30 UTC
Sorry, no.
Comment 2 Steven Wagner 2003-12-14 16:39:31 UTC
How about a compromise of putting this additional sample in the /usr/doc directory.  Ive seen many other gentoo packages that do exactly this for additional sample configuration files for different setups.
Comment 3 Steven Wagner 2004-01-06 22:24:39 UTC
i put it in the forums so it will always be able to be found there.
Comment 4 Donny Davies (RETIRED) gentoo-dev 2004-01-07 10:17:16 UTC
Ok.