diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-01-28 13:17:06 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-01-28 13:17:06 +0000 |
commit | f2b57195e0e3f84477b40d60fd8da81f421475b3 (patch) | |
tree | b191bd8f30243afafa8e94c0ed018d4df61772ed /docs/docbook/devdoc/encryption.sgml | |
parent | 4a2a7f994b845a1c7df151f971edf81183b8ca15 (diff) | |
download | samba-f2b57195e0e3f84477b40d60fd8da81f421475b3.tar.gz samba-f2b57195e0e3f84477b40d60fd8da81f421475b3.tar.bz2 samba-f2b57195e0e3f84477b40d60fd8da81f421475b3.zip |
Put in ab's conversion to XML. First step: Make all the SGML docs
conform to the (more strict) XML syntax.
(This used to be commit d9cf973a466ff684f0867b5d7fd494de6967aa79)
Diffstat (limited to 'docs/docbook/devdoc/encryption.sgml')
-rw-r--r-- | docs/docbook/devdoc/encryption.sgml | 6 |
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 > /usr/local/samba/private/smbpasswd</userinput></para> |