View previous topic :: View next topic |
Author |
Message |
n7down Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/26575706941569d55028d0.gif)
Joined: 24 May 2004 Posts: 122 Location: /home/n7down
|
Posted: Thu Jun 24, 2004 6:00 am Post subject: Samba Questions |
|
|
Hey guys,
I just have one really quick question.
In samba is there a way to get samba to not prompt for a username and password when login to the server from a windows machine??
Thanks for the help. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nobspangle Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/210249061640b0c1d626f5b.gif)
Joined: 23 Mar 2004 Posts: 1318 Location: Manchester, UK
|
Posted: Thu Jun 24, 2004 6:59 am Post subject: |
|
|
two ways,
first off you can use the same username and password for your windows account that you are using for your samba and unix accounts. This will then be passed through when you browse the share.
Enable guest access you need
guest user = <a valid samba user>
in the [global] section and either
public = yes
or
guest ok = yes
in the share section. Then make sure the guest user has a corresponding unix user and that that user has permissions in the shares. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
n7down Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/26575706941569d55028d0.gif)
Joined: 24 May 2004 Posts: 122 Location: /home/n7down
|
Posted: Thu Jun 24, 2004 7:32 am Post subject: |
|
|
kewl thanks |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
RAPUL l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/45022887940014c18100a4.jpg)
Joined: 29 Dec 2002 Posts: 664 Location: Valencia (SPAIN)
|
Posted: Thu Jun 24, 2004 9:25 am Post subject: Hmm... |
|
|
Mapping windows users to linux user may help you to avoid having all tha same name:
Example. cat /etc/samba/smbusers
Code: |
root = administrator admin Administrador administrador
nobody = guest pcguest smbguest
linux_user1 = windows_user1
linux_user2 = windows_user2
...
|
Where i work we map Administrador (spanish word for Administrator) to root so the Administrator domain controller has full privileges to the linux-machine also. _________________ Entropy rulz world.
Redundancy sux.
World is full of redundancy.
World sux. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|