Re: samba communication
From: yls177 (yls177_at_hotmail.com)
Date: 05/31/04
- Previous message: berdey: "Re: esc and - not working in ksh"
- In reply to: Dave Hinz: "Re: samba communication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 31 May 2004 01:11:45 -0700
Dave Hinz <DaveMay2004@duck-creek.net> wrote in message news:<2hh6ceFc9n1jU1@uni-berlin.de>...
> On 24 May 2004 19:52:57 -0700, yls177 <yls177@hotmail.com> wrote:
> > Dave Hinz <DaveMay2004@duck-creek.net> wrote in message news:<2heg77FbvcinU1@uni-berlin.de>...
>
> >> Mosty. You might want to look into setting up 'swat', which gives
> >> you a web administration console for samba, and is one of the few
> >> web-based config tools that works intelligently.
> >
> > basically, i am a sap basis guy. and needs to shared some filesystems
> > from unix to windows. so is learning/looking for some help.. i will
> > post what i have learnt.. later.
>
> The sharing is pretty basic, authentication is where you need to decide
> how it's going to work. I prefer to have the Samba server get
> authentication information from the Windows domain, which means
> setting security = DOMAIN in the [global] section of the smb.conf.
> Depending on if your usernames map to their directory names, you
> can even have them go directly to the share, right into their
> own directory, instead of being presented with a list of them.
>
> Suggestion - start with no authentication, get the sharing working.
> Then, add domain authentication, tell the SMB server who the WINS
> server is and what domain it's in, tell the domain controller on
> the windows side that your SMB server is allowed to join the
> domain, and you should be good to go. This is alot easier
> in the Samba3 days than it was earlier.
>
> If you get stuck, post your smb.conf and a description, and
> someone here will probably have suggestions.
>
> Dave Hinz
i have 2 systems, one is windows W, and one is unix U. so in my unix
system, smb.conf, i have listed the important information that is
needed to communicate between the windows and unix system. basically,
i am on sap and wanted to share /usr/sap/trans.
workgroup = how can i identify this in my windows with my unix entry?
hosts allow =
guest account =
password server = this entry will be the same as the above hosts allow
interfaces = these are the network cards defined in my unix which will
be used for communication
[sapmnt]
path = unix path to share between windows and unix?.. where is the
windows defined?
other list of parameters
basically, the above is needed for my unix smb.conf.
how about tings on the windows side?
thanks
- Previous message: berdey: "Re: esc and - not working in ksh"
- In reply to: Dave Hinz: "Re: samba communication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|