|
Home > Archive > Red Hat General > July 2004 > Help with SAMBA
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Richard Gutery 2004-06-29, 9:58 am |
| Dell, try this:
cat /etc/passwd | mksmbpasswd.sh > /etc/samba/smbpasswd
then
smbpasswd USERNAME
The first one will pipe your redhat account a samba account, the
second command changes your samba password.
Also, make sure that you have your smb.conf configed with the user
share that you want to use.
RG
| |
| Michael S. Dunsavage 2004-07-20, 5:58 pm |
| Richard Gutery wrote:
> Dell, try this:
>
> cat /etc/passwd | mksmbpasswd.sh > /etc/samba/smbpasswd
>
> then
>
> smbpasswd USERNAME
>
> The first one will pipe your redhat account a samba account, the
> second command changes your samba password.
>
> Also, make sure that you have your smb.conf configed with the user
> share that you want to use.
>
> RG
Did you add the machine accounts?
|
|
|
|
|