Translations by zhongxin

zhongxin has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

113 of 13 results
9.
Computer networks are often comprised of diverse systems, and while operating a network made up entirely of Ubuntu desktop and server computers would certainly be fun, some network environments must consist of both Ubuntu and <trademark class="registered">Microsoft</trademark><trademark class="registered">Windows</trademark> systems working together in harmony. This section of the <phrase>Ubuntu</phrase> Server Guide introduces principles and tools used in configuring your Ubuntu Server for sharing network resources with Windows computers.
2006-04-09
网络终端全部使用Ubuntu的系统(桌面版或服务器版)是很有趣的,但却不现实。网络终端使用的常常是不同的系统,所以必须保证 Ubuntu 和 <trademark class="registered">Microsoft</trademark> <trademark class="registered">Windows</trademark> 在某些网络环境下能协同工作。<phrase>Ubuntu</phrase> 服务器入门指南中的这部分内容告诉你配置Ubuntu 服务器的原理和所使用的工具,以便同 Windows 计算机共享网络资源。
14.
<emphasis role="bold">Authentication and Access</emphasis>. Establishing the identity of a computer or user of the network and determining the information the computer or user is authorized to access using such principles and technologies as file permissions, group policies, and the Kerberos authentication service.
2006-04-09
<emphasis role="bold">认证和权限</emphasis>。通过文件权限,组策略和Kerberos认证服务的原则和技术来确定网络上用户的身份,得到计算机的信息或确认用户是否具有某些权限。
15.
Fortunately, your Ubuntu system may provide all such facilities to Windows clients and share network resources among them. One of the principle pieces of software your Ubuntu system includes for Windows networking is the SAMBA suite of SMB server applications and tools. This section of the <phrase>Ubuntu</phrase> Server Guide will briefly introduce the installation and limited configuration of the SAMBA suite of server applications and utilities. Additional, detailed documentation and information on SAMBA is beyond the scope of this documentation, but exists on the <ulink url="http://www.samba.org">SAMBA website</ulink>.
2006-04-09
幸运的是,你的 Ubuntu 系统可以给 Windows 客户机提供上述所有的服务并且在它们之间共享网络资源。你的 Ubuntu 系统中用来和Windows 网络互连的一个基本软件是包含SMB服务器应用程序及其工具。<phrase>Ubuntu</phrase> 服务器入门指南的这部分将简要介绍一下SAMBA套件中服务器应用程序及工具的安装和简单配置。更多关于SAMBA的详细文档和信息可以在<ulink url="http://www.samba.org">SAMBA 网站</ulink>上找到。
17.
At the prompt enter the following command to install the SAMBA server applications:
2006-04-09
在提示符后输入下面的命令安装SAMBA服务器应用程序
20.
You may configure the SAMBA server by editing the <filename>/etc/samba/smb.conf</filename> file to change the default settings or add new settings. More information about each setting is available in the comments of the <filename>/etc/samba/smb.conf</filename> file or by viewing the <filename>/etc/samba/smb.conf</filename> manual page from the prompt with the following command typed at a terminal prompt:
2006-04-09
你可以通过编辑<filename>/etc/samba/smb.conf</filename>文件来配置SAMBA服务:改变缺省设置或新增设置。关于这些有效设置的更多信息可以通过查看<filename>/etc/samba/smb.conf</filename>文件中的注释或在终端提示符后输入以下命令来查看<filename>/etc/samba/smb.conf</filename>手册来获得:
22.
Prior to editing the configuration file, you should make a copy of the original file and protect it from writing so you will have the original settings as a reference and to re-use as necessary.
2006-04-09
在编辑配置文件之前,你应该对原始文件做个备份并对它进行写保护,需要的时候可以用它来作为参考或还原。
28.
The following sections will discuss SAMBA and the supporting technologies, such as Lightweight Directory Access Protocol (LDAP) server, and Kerberos authentication server in more detail. You will also learn about some of the available configuration directives available the SAMBA configuration file which facilitate network integration with Windows clients and servers.
2006-04-09
下一节将讨论SAMBA及支持技术,如Lightweight Directory Access Protocol (LDAP) 服务器和Kerberos认证服务器的更多细节。你也可以学到SAMBA配置文件中的一些有用的指令,以方便同Windows客户机和服务器进行网络共享。
32.
The LDAP server application provides Directory Services functionality to Windows computers in a manner very similar to Microsoft Active Directory services. Such services include managing the identities and relationships of computers, users, and groups of computers or users that participate in the network, and providing a consistent means to describe, locate, and manage these resources. The freely available implementation of LDAP available for your Ubuntu system is called <emphasis role="italic">OpenLDAP</emphasis>. The server daemons responsible for handling OpenLDAP directory requests and the propagation of directory data from one LDAP server to another on Ubuntu, are <application>slapd</application> and <application>slurpd</application>. OpenLDAP may be used in conjunction with SAMBA to provide File, Print, and Directory services in much the same way a Windows Domain Controller does so long as SAMBA is compiled with LDAP support.
2006-04-09
LDAP 服务器应用程序提供了与 Microsoft Active Directory 服务非常相似的目录服务功能,以便使用Windows的终端访问服务器。这些服务包括管理加入网络的计算机、用户、计算机组和用户组的身份和关系,为描述、定位和管理这些资源提供一个统一的方法。Ubuntu 系统中所使用的是 LDAP 的一个自由有效的实现,名为<emphasis role="italic">OpenLDAP</emphasis>, <application>slapd</application> 和 <application>slurpd</application>服务守护程序负责处理 OpenLDAP 目录请求和与另一个 Ubuntu 服务器之间的目录数据传送。只要 SAMBA编译时加上LDAP 支持,OpenLDAP与SAMBA一起工作就可以像Windows域服务器一样提供文件、打印和目录服务。
34.
The Kerberos authentication security system is a standardized service for providing authentication to computers and users by means of a centralized server which grants encrypted authorization tickets accepted for authorization by any other computer using Kerberos. Benefits of Kerberos authentication include mutual authentication, delegated authentication, interoperability, and simplified trust management. The primary server daemons for handling the Kerberos authentication and Kerberos database administration on Ubuntu are <application>krb5kdc</application> and <application>kadmin</application>. SAMBA may use Kerberos as a mechanism for authenticating computers and users against a Windows Domain Controller. To do so, the Ubuntu system must have Kerberos installed, and the <filename>/etc/samba/smb.conf</filename> must be modified to select the the proper <emphasis role="italic">realm</emphasis> and <emphasis role="italic">security</emphasis> mode. For example, edit the <filename>/etc/samba/smb.conf</filename> file and add the values:
2006-04-09
Kerberos 验证安全系统是一个通过一台集中的服务器给计算机和用户提供验证的标准服务,它允许从其他任何使用 Kerberos的计算机那里接受加密的授权票据。Kerberos 验证的好处包括相互验证,委派验证,互操作性和简单信任管理。在 Ubuntu 中处理 Kerberos 验证和 Kerberos 数据库管理的主要服务器守护程序是 <application>krb5kdc</application> 和 <application>kadmin</application>。相对于 Windows 域控制器,SAMBA可以使用 Kerberos 作为一个用来给计算机和用户授权的机制。为了做到这些,Ubuntu 系统必须安装 Kerberos,同时 <filename>/etc/samba/smb.conf</filename> 也需要修改以选择适当的<emphasis role="italic">realm</emphasis> 和 <emphasis role="italic">security</emphasis> 模式。举个例子,编辑<filename>/etc/samba/smb.conf</filename>文件,并添加下列语句:
39.
You will need to restart the SAMBA daemons to effect these changes. Restart the SAMBA daemons with the following command entered at a terminal prompt:
2006-04-09
你需要重启 SAMBA 进程使更改生效。在终端提示符后输入以下命令将重启 SAMBA 进程:
42.
Computer Accounts are used in Directory Services to uniquely identify computer systems participating in a network, and are even treated in the same manner as users in terms of security. Computer accounts may have passwords just as user accounts do, and are subject to authorization to network resources in the same manner as user accounts. For example, if a network user, with a valid account for a particular network attempts to authenticate with a network resource from a computer which does not have a valid computer account, depending upon policies enforced on the network, the user may be denied access to the resource if the computer the user is attempting authentication from is considered to be an unauthorized computer.
2006-04-09
在网络中,计算机帐户被用来确定计算机系统在网络中的身份,在安全性方面就和用户帐户一样。计算机帐户和用户帐户一样也有密码,用来确定是否具有使用某些网络资源的权限。举个例子,如果一个用户想通过一台没有注册计算机帐户的计算机通过网络认证,网络将无法识别而拒绝这个请求。
43.
A computer account may be added to the SAMBA password file, provided the name of the computer being added exists as a valid user account in the local password database first. The syntax for adding a computer or machine account to the SAMBA password file is to use the <application>smbpasswd</application> command from a terminal prompt as follows:
2006-04-09
如果计算机的名字在本地密码库中存在,并且是合法用户的话,该计算机上的帐号就可以添加到SAMBA密码文件中。在终端提示符后使用 <application>smbpasswd</application> 命令将添加一个计算机或机器帐号到 SAMBA 的密码文件:
45.
Be sure to replace the token COMPUTER_NAME in the example above with the actual name of the specific computer you wish to add a machine account for.
2006-04-09
请确定示例中的 COMPUTER_NAME 改为你需要添加的机器账号的计算机名。