From 69a26b387b2b1906637d6ef1ab29ddd874a553dc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 12 May 2000 13:05:25 +0000 Subject: - added example config section to winbindd man page - reran yodldocs with newer version of yodl (This used to be commit faa3f49430775fd1bd327237f369f7b5df6fc0c6) --- docs/htmldocs/smbpasswd.5.html | 116 ++++++++++++++++++++--------------------- 1 file changed, 58 insertions(+), 58 deletions(-) (limited to 'docs/htmldocs/smbpasswd.5.html') diff --git a/docs/htmldocs/smbpasswd.5.html b/docs/htmldocs/smbpasswd.5.html index 9ff258afad..2969022790 100644 --- a/docs/htmldocs/smbpasswd.5.html +++ b/docs/htmldocs/smbpasswd.5.html @@ -3,9 +3,10 @@ + smbpasswd (5) - + @@ -15,47 +16,46 @@

Samba

23 Oct 1998

- -


+

NAME

smbpasswd - The Samba encrypted password file -


+

SYNOPSIS

-


smbpasswd is the Samba encrypted password file. -


+

smbpasswd is the Samba encrypted password file. +

DESCRIPTION

-


This file is part of the Samba suite. -


smbpasswd is the Samba encrypted password file. It contains +

This file is part of the Samba suite. +

smbpasswd is the Samba encrypted password file. It contains the username, Unix user id and the SMB hashed passwords of the user, as well as account flag information and the time the password was last changed. This file format has been evolving with Samba and has had several different formats in the past. -


+

FILE FORMAT

-


The format of the smbpasswd file used by Samba 2.0 is very similar to +

The format of the smbpasswd file used by Samba 2.0 is very similar to the familiar Unix passwd (5) file. It is an ASCII file containing one line for each user. Each field within each line is separated from the next by a colon. Any entry beginning with # is ignored. The smbpasswd file contains the following information for each user: -


-


+

Following fields


+

All other colon separated fields are ignored at this time. +

+

NOTES

-


In previous versions of Samba (notably the 1.9.18 series) this file +

In previous versions of Samba (notably the 1.9.18 series) this file did not contain the Account Flags or Last Change Time fields. The Samba 2.0 code will read and write these older password files but will not be able to @@ -147,11 +147,11 @@ modify the old entries to add the new fields. New entries added with in the added accounts however. Thus an older smbpasswd file used with Samba 2.0 may end up with some accounts containing the new fields and some not. -


In order to convert from an old-style smbpasswd file to a new +

In order to convert from an old-style smbpasswd file to a new style, run the script convert_smbpasswd, installed in the Samba bin/ directory (the same place that the smbd and nmbd binaries are installed) as follows: -


+

 
 
     cat old_smbpasswd_file | convert_smbpasswd > new_smbpasswd_file
@@ -159,36 +159,36 @@ and nmbd binaries are installed) as f
 
 
-


The convert_smbpasswd script reads from stdin and writes to stdout +

The convert_smbpasswd script reads from stdin and writes to stdout so as not to overwrite any files by accident. -


Once this script has been run, check the contents of the new smbpasswd +

Once this script has been run, check the contents of the new smbpasswd file to ensure that it has not been damaged by the conversion script (which uses awk), and then replace the <old smbpasswd file> with the <new smbpasswd file>. -


+

VERSION

-


This man page is correct for version 2.0 of the Samba suite. -


+

This man page is correct for version 2.0 of the Samba suite. +

SEE ALSO

-


smbpasswd (8), samba +

smbpasswd (8), samba (7), and the Internet RFC1321 for details on the MD4 algorithm. -


+

AUTHOR

-


The original Samba software and related utilities were created by -Andrew Tridgell samba-bugs@samba.org. Samba is now developed +

The original Samba software and related utilities were created by +Andrew Tridgell samba@samba.org. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed. -


The original Samba man pages were written by Karl Auer. The man page +

The original Samba man pages were written by Karl Auer. The man page sources were converted to YODL format (another excellent piece of Open Source software, available at ftp://ftp.icce.rug.nl/pub/unix/) and updated for the Samba2.0 release by Jeremy -Allison, samba-bugs@samba.org. -


See samba (7) to find out how to get a full +Allison, samba@samba.org. +

See samba (7) to find out how to get a full list of contributors and details on how to submit bug reports, comments etc. -- cgit