usr/src/cmd/samba/sunman-stability
author Jon Tibble <meths@btinternet.com>
Mon, 04 May 2015 14:04:39 +0100
branchoi_151a
changeset 254 9c2a4ac793f0
parent 42 b6f829cb6d9e
permissions -rw-r--r--
Bash patch catchup including shellshock

1i\
'\\" t\
\.\\"\
\.\\" Replaced section 8 with section 1m,\
\.\\" Replaced section 5 with section 4,\
\.\\" Modified for Solaris to to add the Solaris stability classification,\
\.\\" fixed/updated ([email protected]).\
\.\\"\ 
s/\/usr\/local\/samba\/bin\/swat/\/usr\/sfw\/sbin\/swat/
s/\/usr\/local\/samba\/swat\/images\/\*/\/usr\/sfw\/swat\/images\/\*/
s/\/usr\/local\/samba\/swat\/help\/\*/\/usr\/sfw\/swat\/help\/\*/
s/\/usr\/local\/samba\/lib\/smb.conf/\/etc\/sfw\/smb.conf/
s/installed in \\fI\/usr\/local\/samba\/bin\\fR/installed in \\fI\/usr\/sfw\/sbin\\fR/
s/\\fB\/usr\/local\/samba\/bin\/smbd/\\fB\/usr\/sfw\/sbin\/smbd/
s/\\fBnetbios-ssn stream tcp nowait root \/usr\/local\/samba\/bin\/smbd/\/usr\/sfw\/sbin\/smbd/
s/under the \\fI\/usr\/local\/samba\/\\fR hierarchy/under the \\fI\/usr\/sfw\/\\fR hierarchy/
s/\\fRprogram be installed under the \\fI\/usr\/local\/samba/\\fRprogram be installed under the \\fI\/usr\/sfw/
/^\.TH/s/ \"5\" / \"4\" /g
/^\.TH/ s/ 5 / 4 /g
/^\.TH/s/ \"7\" / \"5\" /g
/^\.TH/ s/ 7 / 5 /g
/^\.TH/s/ \"8\" / \"1M\" /g
/^\.TH/ s/ 8 / 1M /g
s/(8)/(1M)/g
s/(5)/(4)/g
$a\
\.\\" Begin Sun update\
.SH ATTRIBUTES\
See\
.BR attributes (5)\
for descriptions of the following attributes:\
.sp\
.TS\
box;\
cbp-1 | cbp-1\
l | l .\
ATTRIBUTE TYPE	ATTRIBUTE VALUE\
=\
Availability	SUNWsmbar, SUNWsmbau\
=\
Interface Stability	External\
.TE \
.PP\
.SH NOTES\
Source for Samba is available on http://opensolaris.org.\
\
Samba(5) delivers the set of four SMF(5) services as can be seen\
from the following example:\
.PP\
     $ svcs samba wins winbind swat\
    STATE          STIME    FMRI\
    disabled       Apr_21   svc:/network/samba:default\
    disabled       Apr_21   svc:/network/winbind:default\
    disabled       Apr_21   svc:/network/wins:default\
    disabled       Apr_21   svc:/network/swat:default\
.PP\
where the services are:\
.PP\
 "samba"\
.RS 4\
runs the smbd daemon managing the CIFS sessions\
.RE\
.PP\
 "wins"\
.RS 4\
runs the nmbd daemon enabling the browsing (WINS)\
.RE\
.PP\
 "winbind"\
.RS 4\
runs the winbindd daemon making the domain idmap\
.RE\
.PP\
 "swat"\
.RS 4\
Samba Web Administration Tool is a service providing access\
to browser-based Samba administration interface and on-line\
documentation.  The service runs on software loopback network\
interface on port 901/tcp, i.e. opening "http://localhost:901/"\
in browser will access the SWAT service on local machine.\
.RE\
.PP\
Because of name collisions between Solaris and Samba man pages, theese\
Samba pages has been renamed:\
.TS\
box;\
cbp-1 | cbp-1\
l | l .\
Original name	Page was renamed to\
=\
profiles(1)	smbprofiles(1)\
=\
smbd(8)	smbsmbd(1m)\
.TE \
.RE\
.PP\
Please note: SWAT uses HTTP Basic Authentication scheme where user name\
and passwords are sent over the network in clear text. In the SWAT case\
the user name is root. Transferring such sensitive data is advisable only\
on the software loopback network interface or over secure networks.\
\.\\" End Sun update