summaryrefslogtreecommitdiff
path: root/docs-xml/Samba3-HOWTO
diff options
context:
space:
mode:
authorJohn H Terpstra <jht@samba.org>2009-09-09 23:12:27 -0500
committerJohn H Terpstra <jht@samba.org>2009-09-09 23:12:27 -0500
commit689a9b88f9870687cd821a77184b95e16aa41ca9 (patch)
tree2f112563a3de9ced37bf295f5244bed860b8d344 /docs-xml/Samba3-HOWTO
parent0c0323225948c33152357bf4202f17fc53aeccf4 (diff)
downloadsamba-689a9b88f9870687cd821a77184b95e16aa41ca9.tar.gz
samba-689a9b88f9870687cd821a77184b95e16aa41ca9.tar.bz2
samba-689a9b88f9870687cd821a77184b95e16aa41ca9.zip
OPC oota edits
Diffstat (limited to 'docs-xml/Samba3-HOWTO')
-rw-r--r--docs-xml/Samba3-HOWTO/TOSHARG-Passdb.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-Passdb.xml b/docs-xml/Samba3-HOWTO/TOSHARG-Passdb.xml
index 86594372be..b3879c4282 100644
--- a/docs-xml/Samba3-HOWTO/TOSHARG-Passdb.xml
+++ b/docs-xml/Samba3-HOWTO/TOSHARG-Passdb.xml
@@ -253,7 +253,7 @@ Samba-3 introduces a number of new password backend capabilities.
<indexterm><primary>converted</primary></indexterm>
Many people ask why Samba cannot simply use the UNIX password database. Windows requires
passwords that are encrypted in its own format. The UNIX passwords can't be converted to
- UNIX-style encrypted passwords. Because of that, you can't use the standard UNIX user
+ Windows-style encrypted passwords. Because of that, you can't use the standard UNIX user
database, and you have to store the LanMan and NT hashes somewhere else.
</para>
@@ -369,7 +369,7 @@ Samba-3 introduces a number of new password backend capabilities.
<para>
<indexterm><primary>SMB/CIFS</primary></indexterm>
<indexterm><primary>authentication</primary></indexterm>
-<indexterm><primary>challenge/response mechanis</primary></indexterm>
+<indexterm><primary>challenge/response mechanism</primary></indexterm>
<indexterm><primary>clear-text</primary></indexterm>
<indexterm><primary>encrypted</primary></indexterm>
<indexterm><primary>negotiate</primary></indexterm>
@@ -845,7 +845,7 @@ attempts.
Some people are confused when reference is made to <literal>smbpasswd</literal> because the
name refers to a storage mechanism for SambaSAMAccount information, but it is also the name
of a utility tool. That tool is destined to eventually be replaced by new functionality that
-is being added to the <command>net</command> toolset (see <link linkend="NetCommand">the Net Command</link>.
+is being added to the <command>net</command> toolset (see <link linkend="NetCommand">the Net Command</link>).
</para>
<sect2>
@@ -861,7 +861,7 @@ is being added to the <command>net</command> toolset (see <link linkend="NetComm
and <command>yppasswd</command> programs. It maintains the two 32 byte password
fields in the passdb backend. This utility operates independently of the actual
account and password storage methods used (as specified by the <parameter>passdb
- backend</parameter> in the &smb.conf; file.
+ backend</parameter> in the &smb.conf; file).
</para>
<para>
@@ -1228,7 +1228,7 @@ marvel$:1011:BF709959C3C94E0B3958B7B84A3BB6F3:
<listitem><para>Login ID.</para></listitem>
<listitem><para>UNIX UID.</para></listitem>
<listitem>
- <para>Microsoft LanManager password hash (password converted to upper-case then hashed.</para>
+ <para>Microsoft LanManager password hash (password converted to upper-case then hashed).</para>
</listitem>
<listitem><para>Microsoft NT password hash (hash of the case-preserved password).</para></listitem>
<listitem><para>Samba SAM Account Flags.</para></listitem>
@@ -2655,7 +2655,7 @@ sambaNTPassword: 878D8014606CDA29677A44EFA1353FC7
<para><quote>I've installed Samba, but now I can't log on with my UNIX account! </quote></para>
<para>Make sure your user has been added to the current Samba <smbconfoption name="passdb backend"/>.
- Read the <link linkend="acctmgmttools">Account Management Tools,</link> for details.</para>
+ Read the <link linkend="acctmgmttools">Account Management Tools</link> for details.</para>
</sect2>