--- ../docs/htmldocs/Samba3-Developers-Guide/pwencrypt.html.orig	Tue Jun 19 10:07:36 2007
+++ ../docs/htmldocs/Samba3-Developers-Guide/pwencrypt.html	Sun Jul  1 11:39:04 2007
@@ -1,3 +1,4 @@
+
 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter13.LanMan and NT Password Encryption</title><link rel="stylesheet" href="samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="SAMBA Developers Guide"><link rel="up" href="pt03.html" title="PartIII.Samba Subsystems"><link rel="prev" href="wins.html" title="Chapter12.Samba WINS Internals"><link rel="next" href="pt04.html" title="PartIV.Debugging and tracing"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter13.LanMan and NT Password Encryption</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="wins.html">Prev</a></td><th width="60%" align="center">PartIII.Samba Subsystems</th><td width="20%" align="right"><a accesskey="n" href="pt04.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="pwencrypt"></a>Chapter13.LanMan and NT Password Encryption</h2></div><div><div class="author"><h3 class="author"><span class="firstname">Jeremy</span> <span class="surname">Allison</span></h3><div class="affiliation"><span class="orgname">Samba Team<br></span><div class="address"><p><br>
 				<code class="email">&lt;<a href="mailto:samba@samba.org">samba@samba.org</a>&gt;</code><br>
 			</p></div></div></div></div><div><p class="pubdate">19 Apr 1999</p></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="pwencrypt.html#id325949">Introduction</a></span></dt><dt><span class="sect1"><a href="pwencrypt.html#id325966">How does it work?</a></span></dt><dt><span class="sect1"><a href="pwencrypt.html#id326031">The smbpasswd file</a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id325949"></a>Introduction</h2></div></div></div><p>With the development of LanManager and Windows NT 
@@ -51,12 +52,12 @@
 	containing this 16 byte value must be kept. To minimise problems with
 	these two password files, getting out of sync, the UNIX <code class="filename">
 	/etc/passwd</code> and the <code class="filename">smbpasswd</code> file, 
-	a utility, <code class="literal">mksmbpasswd.sh</code>, is provided to generate
+	a utility, <code class="literal">mksmbpasswd</code>, is provided to generate
 	a smbpasswd file from a UNIX <code class="filename">/etc/passwd</code> file.
 	</p><p>To generate the smbpasswd file from your <code class="filename">/etc/passwd
-	</code> file use the following command:</p><p><code class="prompt">$ </code><strong class="userinput"><code>cat /etc/passwd | mksmbpasswd.sh
-	&gt; /usr/local/samba/private/smbpasswd</code></strong></p><p>If you are running on a system that uses NIS, use</p><p><code class="prompt">$ </code><strong class="userinput"><code>ypcat passwd | mksmbpasswd.sh
-	&gt; /usr/local/samba/private/smbpasswd</code></strong></p><p>The <code class="literal">mksmbpasswd.sh</code> program is found in 
+	</code> file use the following command:</p><p><code class="prompt">$ </code><strong class="userinput"><code>cat /etc/passwd | mksmbpasswd
+	&gt; /usr/local/samba/private/smbpasswd</code></strong></p><p>If you are running on a system that uses NIS, use</p><p><code class="prompt">$ </code><strong class="userinput"><code>ypcat passwd | mksmbpasswd
+	&gt; /usr/local/samba/private/smbpasswd</code></strong></p><p>The <code class="literal">mksmbpasswd</code> program is found in 
 	the Samba source directory. By default, the smbpasswd file is 
 	stored in :</p><p><code class="filename">/usr/local/samba/private/smbpasswd</code></p><p>The owner of the <code class="filename">/usr/local/samba/private/</code> 
 	directory should be set to root, and the permissions on it should 
