1 .TH MKSMBPASSWD 8 12-Apr-1998
3 mksmbpasswd \- formats a /etc/passwd entry for a smbpasswd file
5 mksmbpasswd cat /etc/passwd | /usr/sbin/mksmbpasswd > /etc/samba/smbpasswd
8 should be used only once, the first time Samba is installed. The idea
9 is to ease accounts creation by transferring all user accounts from
10 /etc/passwd to /etc/samba/smbpasswd.
12 Please note that passwords are not transferred automatically from
13 /etc/passwd to the new /etc/samba/smbpasswd file. After running
15 all accounts are disabled so the system administrator must run
16 smbpasswd for each account that needs to be enable.
20 System wide accounts file
23 Encrypted passwords file for the Samba daemons
25 samba(7), nmbd(8), smbd(8)
27 Eloy A. Paris <peloy@debian.org> (man page based on sendmailconfig's man page
28 by Robert Leslie <rob@mars.org>)