~dsmythies/serverguide/serverguide-ftp

« back to all changes in this revision

Viewing changes to serverguide/C/file-server.xml

  • Committer: Peter Matulis
  • Date: 2012-03-25 13:52:20 UTC
  • mfrom: (54.1.3 merge_98984)
  • Revision ID: peter.matulis@canonical.com-20120325135220-kgb0k5hs5bwhwh6h
Edits based on MP: #98220; new sub-chapter 5.3 (Zentyal); by Jorge Salamero Sanz

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
</programlisting>
231
231
 
232
232
                  <para>
233
 
                  By default these options are set the certificate and key provided by the <application>ssl-cert</application>
 
233
                  By default these options are set to the certificate and key provided by the <application>ssl-cert</application>
234
234
                  package.  In a production environment these should be replaced with a certificate and key generated for the specific
235
235
                  host.  For more information on certificates see <xref linkend="certificates-and-security"/>.
236
236
                  </para>
282
282
                  </para>
283
283
 
284
284
                  <para>
285
 
                  Most popular FTP clients can be configured connect using FTPS.  The <application>lftp</application> command line FTP
 
285
                  Most popular FTP clients can be configured to connect using FTPS.  The <application>lftp</application> command line FTP
286
286
                  client has the ability to use FTPS as well.
287
287
                  </para>
288
288
 
455
455
      <para>
456
456
      Ubuntu Server can be configured as both an iSCSI iniator and a target.  This guide provides commands and configuration options to setup an iSCSI
457
457
      initiator.  It is assumed that you already have an iSCSI target on your local network and have the appropriate rights to connect to it.  The 
458
 
      instructions for setting up a target very greatly between hardware providers, so consult your vendor documentation to configure your specific 
 
458
      instructions for setting up a target vary greatly between hardware providers, so consult your vendor documentation to configure your specific 
459
459
      iSCSI target.
460
460
      </para>
461
461
 
558
558
</screen>
559
559
 
560
560
        <para>
561
 
        In the output above <emphasis>sdb</emphasis> is the new iSCSI disk.  Remember this is just an example 
562
 
        the output you on your screen will vary.
 
561
        In the output above <emphasis>sdb</emphasis> is the new iSCSI disk.  Remember this is just an example; 
 
562
        the output you see on your screen will vary.
563
563
        </para>
564
564
 
565
565
        <para>
576
576
 
577
577
        <note>
578
578
          <para>
579
 
          The above commands are from inside the <application>fdisk</application> utility see <command>man fdisk</command> 
 
579
          The above commands are from inside the <application>fdisk</application> utility; see <command>man fdisk</command> 
580
580
          for more detailed instructions.  Also, the <application>cfdisk</application> utility is sometimes more user friendly.
581
581
          </para>
582
582
        </note>