diff options
author | John Terpstra <jht@samba.org> | 2005-04-24 07:13:10 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:30 -0500 |
commit | 79c0bd6220c042ea48b7cf3595571f8ad934e82d (patch) | |
tree | b301f476a53ff8eb640452e56dfc0f719d68e771 /docs/Samba-Guide/SBE-SecureOfficeServer.xml | |
parent | fbc19553df8e1a30b8197cd583bbbb8465d04284 (diff) | |
download | samba-79c0bd6220c042ea48b7cf3595571f8ad934e82d.tar.gz samba-79c0bd6220c042ea48b7cf3595571f8ad934e82d.tar.bz2 samba-79c0bd6220c042ea48b7cf3595571f8ad934e82d.zip |
Foratting update.
(This used to be commit e6f2a6d5e2a61c6b9550c41e9039f2d84a407530)
Diffstat (limited to 'docs/Samba-Guide/SBE-SecureOfficeServer.xml')
-rw-r--r-- | docs/Samba-Guide/SBE-SecureOfficeServer.xml | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/docs/Samba-Guide/SBE-SecureOfficeServer.xml b/docs/Samba-Guide/SBE-SecureOfficeServer.xml index a2d464565b..39cfa8e435 100644 --- a/docs/Samba-Guide/SBE-SecureOfficeServer.xml +++ b/docs/Samba-Guide/SBE-SecureOfficeServer.xml @@ -152,7 +152,7 @@ <image id="ch04net"> <imagedescription>Abmas Network Topology &smbmdash; 130 Users</imagedescription> - <imagefile scale="60">chap4-net</imagefile> + <imagefile scale="65">chap4-net</imagefile> </image> <para> @@ -512,7 +512,8 @@ Given 500 Users and 2 years: <primary>name resolve order</primary> </indexterm> WINS serving is enabled by the <smbconfoption name="wins support">Yes</smbconfoption>, - and name resolution is set to use it by means of the <smbconfoption name="name resolve order">wins bcast hosts</smbconfoption> entry. + and name resolution is set to use it by means of the + <smbconfoption name="name resolve order">wins bcast hosts</smbconfoption> entry. </para></listitem> <listitem><para><indexterm> @@ -546,16 +547,18 @@ Given 500 Users and 2 years: to enable workstations to join the Domain, and is also important so that you can use the Windows NT4 Domain User Manager, as well as the Domain Server Manager. These tools are provided as part of the <filename>SRVTOOLS.EXE</filename> toolkit that can be - downloaded from the Microsoft FTP <ulink url="ftp://ftp.microsoft.com/Softlib/MSLFILES/SRVTOOLS.EXE">site.</ulink> + downloaded from the Microsoft FTP + <ulink url="ftp://ftp.microsoft.com/Softlib/MSLFILES/SRVTOOLS.EXE">site.</ulink> </para></listitem> <listitem><para><indexterm> <primary>User Mode</primary> </indexterm> The &smb.conf; file specifies that the Samba server will operate in (default) <parameter> - security = user</parameter> mode<footnote><para>See <emphasis>TOSHARG</emphasis>, Chapter 3. This is necessary - so that Samba can act as a Domain Controller (PDC); see <emphasis>TOSHARG</emphasis>, Chapter 4 for - additional information.</para></footnote> (User Mode). + security = user</parameter> mode<footnote><para>See <emphasis>TOSHARG</emphasis>, Chapter 3. + This is necessary so that Samba can act as a Domain Controller (PDC); see + <emphasis>TOSHARG</emphasis>, Chapter 4 for additional information.</para></footnote> + (User Mode). </para></listitem> <listitem><para><indexterm> @@ -574,7 +577,8 @@ Given 500 Users and 2 years: </indexterm><indexterm> <primary>profile share</primary> </indexterm> - Roaming profiles are enabled through the specification of the parameter, <smbconfoption name="logon path">\\%L\profiles\%U</smbconfoption>. The value of this parameter translates the + Roaming profiles are enabled through the specification of the parameter, + <smbconfoption name="logon path">\\%L\profiles\%U</smbconfoption>. The value of this parameter translates the <constant>%L</constant> to the name by which the Samba server is called by the client (for this configuration, it translates to the name <constant>DIAMOND</constant>), and the <constant>%U</constant> will translate to the name of the user within the context of the connection made to the profile share. @@ -867,7 +871,8 @@ echo -e "\nNAT firewall done.\n" <smbconfoption name="bind interfaces only">Yes</smbconfoption> <smbconfoption name="passdb backend">tdbsam</smbconfoption> <smbconfoption name="pam password change">Yes</smbconfoption> -<smbconfoption name="passwd chat">*New*Password* %n\n *Re-enter*new*password*%n\n *Password*changed*</smbconfoption> +<smbconfoption name="passwd chat"></smbconfoption> +<member><parameter>*New*Password* %n\n *Re-enter*new*password*%n\n *Password*changed*</parameter></member> <smbconfoption name="username map">/etc/samba/smbusers</smbconfoption> <smbconfoption name="unix password sync">Yes</smbconfoption> <smbconfoption name="log level">1</smbconfoption> |