From 029161adce924ae70f3433e1552cc0b936ac69dc Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Thu, 13 Mar 2003 14:59:27 +0000 Subject: Merge encryption.sgml fixes from HEAD (This used to be commit 8522971ccb2e99a24b97c53cc57ca167923d346b) --- docs/docbook/devdoc/encryption.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/docbook/devdoc/encryption.sgml') 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 @@ - <anchor id="SMBPASSWDFILEFORMAT">The smbpasswd file + <anchor id="SMBPASSWDFILEFORMAT"/>The smbpasswd file 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 and the smbpasswd file, a utility, mksmbpasswd.sh, is provided to generate a smbpasswd file from a UNIX /etc/passwd file. - To generate the smbpasswd file from your /etc/passwd - file use the following command : + file use the following command: $ cat /etc/passwd | mksmbpasswd.sh > /usr/local/samba/private/smbpasswd -- cgit