enterprise-support team mailing list archive
-
enterprise-support team
-
Mailing list archive
-
Message #00543
Re: [Question #176067]: Obtaining valid status about active connections
Question #176067 on samba in Ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/samba/+question/176067
Bob Harvey gave more information on the question:
smb.conf from the server
~~~~~~~~~~~~~~~~~~~~
#
#======================= Global Settings =======================
[global]
log file = /var/log/samba/log.%m
guest account = samba_user
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
obey pam restrictions = yes
map to guest = bad user
encrypt passwords = true
passwd program = /usr/bin/passwd %u
passdb backend = tdbsam
dns proxy = no
netbios name = Solar
server string = Solar Server
unix password sync = yes
workgroup = HARVEY
os level = 20
security = share
syslog = 0
panic action = /usr/share/samba/panic-action %d
usershare allow guests = yes
max log size = 1000
pam password change = yes
# attempts to speed up
socket options = TCP_NODELAY
# SO_RCVBUF = 8192
# SO_SNDBUF = 8192
## Browsing/Identification ###
#server string = %h server (Samba, Ubuntu)
# This will prevent nmbd to search for NetBIOS names through DNS.
# This tells Samba to use a separate log file for each machine
# that connects
# Cap the size of the individual log files (in KiB).
# Do something sensible when Samba crashes: mail the admin a backtrace
####### Authentication #######
#======================= Share Definitions =======================
[share]
# needed the directory mask setting 0770 because samba
# appeared to be respecting the group rather than user
# permissions when working in guest mode. Don't understand
# why - samba_user is 501:501 and nothing else is in that group.
comment = Server Share
path = /srv/share/samba
browsable = yes
guest ok = yes
guest only = yes
read only = no
create mask = 0770
directory mask = 0770
# directory security mask = 0777
# force directory security mode = 0000
# force directory mode = 0777
[shadow]
comment = Server shadow
path = /srv/shadow/samba
browsable = yes
guest ok = yes
guest only = yes
read only = yes
create mask = 775
--
You received this question notification because you are a member of
Ubuntu Server/Client Support Team, which is an answer contact for samba
in Ubuntu.