diff options
author | Gerald Carter <jerry@samba.org> | 2001-06-01 12:27:05 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-06-01 12:27:05 +0000 |
commit | ff681c40678cca8e5b2fa5400fc4f9319c5aa869 (patch) | |
tree | 9333e24df9cfe52372c3ba59d7376d8c1aeaeb98 /packaging/Caldera/OpenLinux/smb.conf | |
parent | 0e40dbf86bd60f7eb057a27f56cded4f689c6747 (diff) | |
download | samba-ff681c40678cca8e5b2fa5400fc4f9319c5aa869.tar.gz samba-ff681c40678cca8e5b2fa5400fc4f9319c5aa869.tar.bz2 samba-ff681c40678cca8e5b2fa5400fc4f9319c5aa869.zip |
more syncs with SAMBA_2_2
(This used to be commit a4bf39e3dd8a28faac54ddb4e16bea5adf745440)
Diffstat (limited to 'packaging/Caldera/OpenLinux/smb.conf')
-rw-r--r-- | packaging/Caldera/OpenLinux/smb.conf | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/packaging/Caldera/OpenLinux/smb.conf b/packaging/Caldera/OpenLinux/smb.conf new file mode 100644 index 0000000000..e62c7bf1e4 --- /dev/null +++ b/packaging/Caldera/OpenLinux/smb.conf @@ -0,0 +1,51 @@ +# Samba config file created using SWAT +# from localhost (127.0.0.1) + +# Global parameters +[global] + workgroup = MYGROUP + server string = Samba Server on Caldera OpenLinux + encrypt passwords = Yes + username map = /etc/samba.d/smbusers + password level = 8 + username level = 8 + log file = /var/log/samba.d/smb.%m + max log size = 200 + socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 + logon path = \\%L\Profiles\%U + dns proxy = No + printing = cups + +[homes] + comment = Home Directories + path = %H/Samba + username = %S + valid users = %S + writeable = Yes + create mask = 0750 + only user = Yes + browseable = No + +[netlogon] + comment = Samba Network Logon Service + path = @samba_home@/netlogon + guest ok = Yes + share modes = No + +[profiles] + path = @samba_home@/profiles + writeable = Yes + guest ok = Yes + browseable = No + +[printers] + comment = All Printers + path = /var/spool/samba + create mask = 0700 + printable = Yes + browseable = No + +[public] + comment = Public Stuff + path = @samba_home@/Public + write list = @users |