The FreeBSD Diary |
![]() |
(TM) | Providing practical examples since 1998 |
|
Samba authentication of Windows users --- by Rick Oliver
6 August 2000
|
|
|
Rick writes:
|
|
|
Create the samba users
|
|
vi your smbpasswd file in (/usr/local/private/smbpasswd) and make sure that
the accounts you want to use are in there. If not (let's say you want user
"ironchef" in there and it isn't), then copy an entire line to a new one, change
the username and UID to the name you wish to set, leave the encryption alone, then save
and exit.
|
|
|
Make the passwords the same
|
|
Change the samba password to match your windows password. Run /usr/local/bin/smbpasswd
with the username as the argument; i.e.
It will reset your password to whatever you type in. |
|
|
The steps
|
|
|
|