[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-135-g689a9b8

John Terpstra jht at samba.org
Wed Sep 9 22:13:18 MDT 2009


The branch, master has been updated
       via  689a9b88f9870687cd821a77184b95e16aa41ca9 (commit)
      from  0c0323225948c33152357bf4202f17fc53aeccf4 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 689a9b88f9870687cd821a77184b95e16aa41ca9
Author: John H Terpstra <jht at samba.org>
Date:   Wed Sep 9 23:12:27 2009 -0500

    OPC oota edits

-----------------------------------------------------------------------

Summary of changes:
 docs-xml/Samba3-HOWTO/TOSHARG-Passdb.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-Passdb.xml b/docs-xml/Samba3-HOWTO/TOSHARG-Passdb.xml
index 8659437..b3879c4 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>
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list