~kim0/serverguide/serverguide-review-ch19

« back to all changes in this revision

Viewing changes to build/serverguide/C/windows-networking-introduction.html

  • Committer: Matthew East
  • Date: 2011-05-03 07:11:18 UTC
  • Revision ID: mdke@ubuntu.com-20110503071118-081aatibsr9k2yqy
Add files from ubuntu-docs natty branch, trim to use only those necessary for serverguide

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
3
<html xmlns="http://www.w3.org/1999/xhtml">
 
4
  <head xmlns="http://www.w3.org/1999/xhtml">
 
5
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
6
    <title xmlns="">Introduction</title>
 
7
    <link rel="stylesheet" href="../../libs/ubuntu-book.css" type="text/css" />
 
8
    <link rel="home" href="index.html" title="Ubuntu Server Guide" />
 
9
    <link rel="up" href="windows-networking.html" title="Chapter 17. Windows Networking" />
 
10
    <link rel="prev" href="windows-networking.html" title="Chapter 17. Windows Networking" />
 
11
    <link rel="next" href="samba-fileserver.html" title="Samba File Server" />
 
12
    <link rel="copyright" href="legal.html" title="Credits and License" />
 
13
  </head>
 
14
  <body>
 
15
    <div id="round">
 
16
      <img id="topcap" alt="" src="https://help.ubuntu.com/htdocs/ubuntunew/img/cap-top.png" />
 
17
      <div id="layout" class="container clear-block">
 
18
        <script xmlns="" src="https://ssl.google-analytics.com/urchin.js" type="text/javascript"></script>
 
19
        <script xmlns="" type="text/javascript">
 
20
_uacct = "UA-1018242-8";
 
21
urchinTracker();
 
22
</script>
 
23
        <div id="header">
 
24
          <div id="logo-floater">
 
25
            <h1>
 
26
              <a href="https://help.ubuntu.com" title="Ubuntu Documentation">
 
27
                <img alt="Ubuntu" id="logo" src="https://help.ubuntu.com/htdocs/ubuntunew/img/logo.png" />
 
28
              </a>
 
29
            </h1>
 
30
          </div>
 
31
          <noscript>
 
32
            <form action="http://www.google.com/cse" id="cse-search-box">
 
33
              <div>
 
34
                <input type="hidden" name="cx" value="003883529982892832976:e2vwumte3fq" />
 
35
                <input type="hidden" name="ie" value="UTF-8" />
 
36
                <input type="text" name="q" size="27" />
 
37
                <input type="submit" name="sa" value="Search" />
 
38
              </div>
 
39
            </form>
 
40
          </noscript>
 
41
          <script>
 
42
 document.write('<form action="https://help.ubuntu.com/search.html" id="cse-search-box">');
 
43
 document.write('  <div>');
 
44
 document.write('    <input type="hidden" name="cof" value="FORID:9" />');
 
45
 document.write('    <input type="hidden" name="cx" value="003883529982892832976:e2vwumte3fq" />');
 
46
 document.write('    <input type="hidden" name="ie" value="UTF-8" />');
 
47
 document.write('    <input type="text" name="q" size="27" />');
 
48
 document.write('    <input type="submit" name="sa" value="Search" />');
 
49
 document.write('  </div>');
 
50
 document.write('</form>');
 
51
</script>
 
52
          <div id="sitename">
 
53
            <a href="https://help.ubuntu.com/">
 
54
              <img alt="Official Documentation" src="https://help.ubuntu.com/htdocs/ubuntunew/img/help-about.png" />
 
55
              <span>Official Documentation</span>
 
56
            </a>
 
57
          </div>
 
58
        </div>
 
59
        <div id="page">
 
60
          <div id="content">
 
61
            <div class="breadcrumbs"><a href="https://help.ubuntu.com/">Ubuntu Documentation</a> &gt; <a href="https://help.ubuntu.com/11.04">Ubuntu 11.04</a> &gt; <span class="breadcrumb-link"><a href="index.html">Ubuntu Server Guide</a></span> &gt; <span class="breadcrumb-link"><a href="windows-networking.html">Windows Networking</a></span> &gt; <span class="breadcrumb-node">Introduction</span></div>
 
62
            <div xmlns="http://www.w3.org/1999/xhtml" class="sect1" title="Introduction">
 
63
              <div class="titlepage">
 
64
                <div>
 
65
                  <div>
 
66
                    <h2 class="title" style="clear: both"><a id="windows-networking-introduction"></a>Introduction</h2>
 
67
                  </div>
 
68
                </div>
 
69
              </div>
 
70
              <p>
 
71
    Successfully networking your Ubuntu system with Windows clients involves providing and integrating with services 
 
72
    common to Windows environments. Such services assist the sharing of data and information about the computers 
 
73
    and users involved in the network, and may be classified under three major categories of functionality:
 
74
    </p>
 
75
              <div class="itemizedlist">
 
76
                <ul class="itemizedlist" type="disc">
 
77
                  <li class="listitem">
 
78
                    <p>
 
79
        <span class="bold"><strong>File and Printer Sharing Services</strong></span>. Using the Server Message Block (SMB) 
 
80
        protocol to facilitate the sharing of files, folders, volumes, and the sharing of printers throughout the network.
 
81
        </p>
 
82
                  </li>
 
83
                  <li class="listitem">
 
84
                    <p>
 
85
        <span class="bold"><strong>Directory Services</strong></span>. Sharing vital information about the computers and users of 
 
86
        the network with such technologies as the Lightweight Directory Access Protocol (LDAP) and Microsoft
 
87
        <span class="trademark">Active Directory</span>®.
 
88
        </p>
 
89
                  </li>
 
90
                  <li class="listitem">
 
91
                    <p>
 
92
        <span class="bold"><strong>Authentication and Access</strong></span>. Establishing the identity of a computer or user of 
 
93
        the network and determining the information the computer or user is authorized to access using such principles 
 
94
        and technologies as file permissions, group policies, and the Kerberos authentication service.
 
95
        </p>
 
96
                  </li>
 
97
                </ul>
 
98
              </div>
 
99
              <p>
 
100
      Fortunately, your Ubuntu system may provide all such facilities to Windows clients and share network resources 
 
101
      among them.  One of the principal pieces of software your Ubuntu system includes for Windows networking is the Samba 
 
102
      suite of SMB server applications and tools.  
 
103
      </p>
 
104
              <p>
 
105
      This section of the <span>Ubuntu</span> Server Guide will introduce some of the common Samba use cases, and how to 
 
106
      install and configure the necessary packages.  Additional detailed documentation and information on Samba can be found
 
107
      on the <a class="ulink" href="http://www.samba.org" target="_top">Samba website</a>.
 
108
      </p>
 
109
            </div>
 
110
          </div>
 
111
          <div xmlns="http://www.w3.org/1999/xhtml" class="navfooter">
 
112
            <hr />
 
113
            <table width="100%" summary="Navigation footer">
 
114
              <tr>
 
115
                <td width="40%" align="left"><a accesskey="p" href="windows-networking.html"><img src="../../libs/navig/prev.png" alt="Prev" /></a> </td>
 
116
                <td width="20%" align="center">
 
117
                  <a accesskey="u" href="windows-networking.html">
 
118
                    <img src="../../libs/navig/up.png" alt="Up" />
 
119
                  </a>
 
120
                </td>
 
121
                <td width="40%" align="right"> <a accesskey="n" href="samba-fileserver.html"><img src="../../libs/navig/next.png" alt="Next" /></a></td>
 
122
              </tr>
 
123
              <tr>
 
124
                <td width="40%" align="left" valign="top">Chapter 17. Windows Networking </td>
 
125
                <td width="20%" align="center">
 
126
                  <a accesskey="h" href="index.html">
 
127
                    <img src="../../libs/navig/home.png" alt="Home" />
 
128
                  </a>
 
129
                </td>
 
130
                <td width="40%" align="right" valign="top"> Samba File Server</td>
 
131
              </tr>
 
132
            </table>
 
133
          </div>
 
134
          <hr />
 
135
          <div id="footer">
 
136
            <div id="ubuntulinks">
 
137
              <p>The material in this document is available under a free license, see <a href="/legal.html">Legal</a> for details<br />
 
138
        For information on contributing see the <a href="https://wiki.ubuntu.com/DocumentationTeam">Ubuntu Documentation Team wiki page</a>. To report a problem, visit the <a href="https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs">bug page for Ubuntu Documentation</a></p>
 
139
            </div>
 
140
          </div>
 
141
          <div id="bottomcap">
 
142
            <img src="https://help.ubuntu.com/htdocs/ubuntunew/img/cap-bottom.png" alt="" />
 
143
          </div>
 
144
        </div>
 
145
      </div>
 
146
    </div>
 
147
  </body>
 
148
</html>