From owner-svn-doc-head@FreeBSD.ORG Tue Mar 18 01:09:03 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DDDC7F1; Tue, 18 Mar 2014 01:09:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C9EE524C; Tue, 18 Mar 2014 01:09:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2I193Aj054163; Tue, 18 Mar 2014 01:09:03 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2I1939L054162; Tue, 18 Mar 2014 01:09:03 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201403180109.s2I1939L054162@svn.freebsd.org> From: Warren Block Date: Tue, 18 Mar 2014 01:09:03 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44276 - head/en_US.ISO8859-1/books/handbook/network-servers X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Mar 2014 01:09:03 -0000 Author: wblock Date: Tue Mar 18 01:09:03 2014 New Revision: 44276 URL: http://svnweb.freebsd.org/changeset/doc/44276 Log: Restore lost tags. Modified: head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Tue Mar 18 00:59:12 2014 (r44275) +++ head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Tue Mar 18 01:09:03 2014 (r44276) @@ -1746,7 +1746,7 @@ nis_client_enable="YES" To prevent specified users from logging on to a system, even if they are present in the NIS database, use vipw - to add -username with the correct number + to add -username with the correct number of colons towards the end of /etc/master.passwd on the client, where username is the username of @@ -2024,7 +2024,7 @@ ellington&prompt.user; ypcat ~ function of the shell and all routines which convert between user names and numerical user IDs. In other words, - cd ~user will + cd ~user will not work, ls -l will show the numerical ID instead of the username, and find . -user joe -print will fail with the message @@ -2501,7 +2501,7 @@ cn: Manager To import this datafile, issue the following command, assuming the file is import.ldif: - &prompt.root; ldapadd -Z -D "cn=Manager,dc=example,dc=com" -W -f import.ldif + &prompt.root; ldapadd -Z -D "cn=Manager,dc=example,dc=com" -W -f import.ldif There will be a request for the password specified earlier, and the output should look like this: @@ -2707,7 +2707,7 @@ result: 0 Success - /var/db/dhclient.leases.interface + /var/db/dhclient.leases.interface The DHCP client keeps a database of valid leases in this file, which is written as a log and @@ -3220,7 +3220,7 @@ dhcpd_ifaces="dc0" /etc/namedb/named.conf that are beyond the scope of this document. Other startup options for named on &os; can be found in - the named_* + the named_* flags in /etc/defaults/rc.conf and in &man.rc.conf.5;. The section is also a good @@ -3637,7 +3637,7 @@ www IN CNAME example. an exact hostname, whereas everything without a trailing . is relative to the origin. For example, ns1 is translated into - ns1.example.org. + ns1.example.org. The format of a zone file follows: @@ -4032,7 +4032,7 @@ dnssec-validation yes; will contain the AD flag to indicate the data was authenticated. Running a query such as - &prompt.user; dig @resolver +dnssec se ds + &prompt.user; dig @resolver +dnssec se ds should return the DS RR for the .se zone. @@ -4379,7 +4379,7 @@ $include Kexample.com.+005+nnnnn.ZSK.key In &os;, the main Apache HTTP Server configuration file is installed as - /usr/local/etc/apache2x/httpd.conf. + /usr/local/etc/apache2x/httpd.conf. This ASCII text file begins comment lines with the #. The most frequently modified directives are: @@ -4394,7 +4394,7 @@ $include Kexample.com.+005+nnnnn.ZSK.key Binaries are stored in the bin and sbin subdirectories of the server root, and configuration files are stored in - etc/apache2x. + etc/apache2x. @@ -4421,7 +4421,7 @@ $include Kexample.com.+005+nnnnn.ZSK.key DocumentRoot - "/usr/local/www/apache2x/data" + "/usr/local/www/apache2x/data" The directory @@ -4485,7 +4485,7 @@ $include Kexample.com.+005+nnnnn.ZSK.key &prompt.root; service apache24 start The httpd service can be tested by - entering http://localhost + entering http://localhost in a web browser, replacing localhost with the fully-qualified domain name of the machine running httpd, @@ -5140,7 +5140,7 @@ DocumentRoot /www/someotherdomain.tld tdbsam, and the following command should be used to add user accounts: - &prompt.root; pdbedit -a -u username + &prompt.root; pdbedit -a -u username Please see the syslogd: - &prompt.root; logger "Test message from logclient" + &prompt.root; logger "Test message from logclient" This message should now exist both in /var/log/messages on the client and