summaryrefslogtreecommitdiff
path: root/docs/docbook/devdoc
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2003-03-13 14:59:27 +0000
committerAlexander Bokovoy <ab@samba.org>2003-03-13 14:59:27 +0000
commit029161adce924ae70f3433e1552cc0b936ac69dc (patch)
treee12595ff648ecf3df60c4aa5c8e45daf4f166d35 /docs/docbook/devdoc
parent8a269af56898b356f5a5e2156b68bdb6429adcf2 (diff)
downloadsamba-029161adce924ae70f3433e1552cc0b936ac69dc.tar.gz
samba-029161adce924ae70f3433e1552cc0b936ac69dc.tar.bz2
samba-029161adce924ae70f3433e1552cc0b936ac69dc.zip
Merge encryption.sgml fixes from HEAD
(This used to be commit 8522971ccb2e99a24b97c53cc57ca167923d346b)
Diffstat (limited to 'docs/docbook/devdoc')
-rw-r--r--docs/docbook/devdoc/encryption.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/docbook/devdoc/encryption.sgml b/docs/docbook/devdoc/encryption.sgml
index 7d95edd34a..3ca8aa109c 100644
--- a/docs/docbook/devdoc/encryption.sgml
+++ b/docs/docbook/devdoc/encryption.sgml
@@ -90,7 +90,7 @@
</sect1>
<sect1>
- <title><anchor id="SMBPASSWDFILEFORMAT">The smbpasswd file</title>
+ <title><anchor id="SMBPASSWDFILEFORMAT"/>The smbpasswd file</title>
<para>In order for Samba to participate in the above protocol
it must be able to look up the 16 byte hashed values given a user name.
@@ -102,11 +102,11 @@
/etc/passwd</filename> and the <filename>smbpasswd</filename> file,
a utility, <command>mksmbpasswd.sh</command>, is provided to generate
a smbpasswd file from a UNIX <filename>/etc/passwd</filename> file.
- </para
+ </para>
<para>To generate the smbpasswd file from your <filename>/etc/passwd
- </filename> file use the following command :</para>
+ </filename> file use the following command:</para>
<para><prompt>$ </prompt><userinput>cat /etc/passwd | mksmbpasswd.sh
&gt; /usr/local/samba/private/smbpasswd</userinput></para>