Hello Friends
I am working in MNC.I am facing some problem.At my Remote site is Samba
Server Configured.When i try to access samba server from windows xp it work'
s.But
*I have a Windows 98 SE box connected to my RedhatEnterprise Linux running
Samba .
** I click on Network Neighborhood, then on localhost
** I double click on Localhost and get a window called "Enter Network
Password." *>*
**The window says:
**You must supply a password to make this connection:
** Resource: \LOCALHOSTIPC$
** Password []
** Save this password in your password list []
** [Ok]
** [Cancel]
** No matter what I try for my password, I can't the machine to log in.
**Each time I get the following error box:
** "Microsoft Networking"
** The password is incorrect. Try again.*
**
*Any kind of help will be appreciated.I need the help very urgently as my
work is stuck.Plz do the needful asap.
*
On 9/26/05, UNIREA Sannicolau Mare < credsantm1%40rdslink.ro">credsantm1
rdslink.ro> wrote:
>
> > Hi everyone
> > we can access linux files in window through samba config.
> > at the same time it is possible to access the windows
> > files in linux machine !
> > So how we can access the windows machine files in
> > linux machine ?
> Well, if your security pretentions are not so high, that's not a hard task
> after all. Anyway, I can tell you that simply reading the first pages of
> Samba-HOWTO-Collection.pdf, I have acomplyshed the task.
> Here's a sample of the smb.conf file:
>
>
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;smb.conf;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> ;;;;;;;;;;;;;;;;;;;;;;;
> [global]
> workgroup = S
> netbios name = CASA1
> security = SHARE
>
> idmap uid = 16777216-33554431
> idmap gid = 16777216-33554431
> template shell = /bin/false
> winbind use default domain = no
> map to guest = bad user
> [c]
> comment = unitatea c
> path = /c
> read only = No
> guest ok = False
>
> [d]
> comment = unitatea d
> path = /d
> read only = No
> guest ok = False
>
> [slash]
> comment = ROOT DIRECTORY
> path = /
> read only = No
> guest ok = False
>
> [scoop]
> comment = scoop
> path = /scoop
> read only = No
> guest ok = False
>
> [tcoop]
> comment = tcoop
> path = /tcoop
> read only = No
> guest ok = False
>
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;smb.conf;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> ;;;;;;;;;;;;;;;;;;;;;;;
>
> You will also need to create on linux box the user with which you login in
> Windows and set to him the same password... after that, you must add the
> user in the smbpasswd file like this
>
>
> user1:501:9467459F00DEEAF1AAD3B435B51404EE:CF5228C5298773D96A40A2E55008531A:
> [U ]:LCT-42E5F1CC:
>
> and then change it's password using:
> #smbpasswd user1
>
> and type it the windows paswsword...
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
[Non-text portions of this message have been removed]
.