|
47.
|
|
|
Before installing and configuring Samba, it is best to have a working <application>CUPS</application> installation. See the <ulink url="https://help.ubuntu.com/9.10/serverguide/C/cups.html"> wiki</ulink> for details.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/printing/C/printing.xml:289(para)
|
|
48.
|
|
|
To install the <application>samba</application> package, from a terminal enter:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/printing/C/printing.xml:295(para)
|
|
49.
|
|
|
sudo apt-get install samba
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/printing/C/printing.xml:300(command)
|
|
50.
|
|
|
Configuration
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/printing/C/printing.xml:305(title)
|
|
51.
|
|
|
After installing samba, edit <filename>/etc/samba/smb.conf</filename>. Change the <emphasis>workgroup</emphasis> attribute to what is appropriate for the network, and change <emphasis>security</emphasis> to <emphasis role="italic">share</emphasis>:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/printing/C/printing.xml:307(para)
|
|
52.
|
|
|
workgroup = EXAMPLE
...
security = user
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/printing/C/printing.xml:313(programlisting)
|
|
53.
|
|
|
In the <emphasis>[printers]</emphasis> section, change the <emphasis>guest ok</emphasis> option to <emphasis role="italic">yes</emphasis>:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/printing/C/printing.xml:318(para)
|
|
54.
|
|
|
browsable = yes
guest ok = yes
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/printing/C/printing.xml:322(programlisting)
|
|
55.
|
|
|
After editing <filename>smb.conf</filename>, restart Samba:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/printing/C/printing.xml:326(para)
|
|
56.
|
|
|
sudo /etc/init.d/samba restart
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/printing/C/printing.xml:330(command)
|