Networking Forums

Networking Forums > Computer Networking > Linux Networking > Samba as a File Server on a Windows Network

Reply
Thread Tools Display Modes

Samba as a File Server on a Windows Network

 
 
MikeE
Guest
Posts: n/a

 
      01-02-2007, 07:31 PM
Hi.

I am looking at switching a few things around on my network. I would
like to have a mixture of Windows 2000 / Windows XP machines which I
need to access a File Server. We are getting close on our 2000 Server
licenses, but pretty much all we are using it for are logins. If we
are able to setup password protected "folders" on a linux server I
could easily connect all of our users in some form to this server
without worrying about Windows Server licensing.

Not that any of this matters, but I have users who require internet
access. They connect to a website that has its own user name and
password scheme. Several of them have files that they need stored.
The structure of the office is that several people may use a single
machine in a given day. They have to log out of a machine then log
back on. But sometimes if they do not need their own individual files,
they just use the others user account. I keep telling them to log out,
but they won't listen. I digress...

I would like to try to get away from my Domain Controller and move to a
situation where these machines are sitting at a desktop, they are
turned on once in the morning and left on all day without logging on
and off. Would it be possible to setup a Linux w/Samba machine for a
file server. When a user needs to access their personal files, they go
to a folder which contains a subfolder for each user - where they are
prompted for a password to enter their folder?

I will try to draw out what I'm talking about with Bravo machine being
the Linux machine.

9:00am
Windows Machine: Alpha
User: Bob
|
--> Bob's Folder on Bravo Machine --> [ACCESS GRANTED] -->
Bob's Files

9:20am
Windows Machine: Alpha
User: John
|
--> Bob's Folder on Bravo Machine --> [ACCESS
DENIED]>>>Incorrect Password
|
--> John's Folder on Bravo Machine --> [ACCESS GRANTED] -->
John's Files

9:25am
Windows Machine: Alpha
User: Bob
|
--> Bob's Folder on Bravo Machine --> [ACCESS GRANTED] -->
Bob's Files

I hope I have described this accurately enough to where its easy to
understand.

I would appreciate any advice -

Mike

 
Reply With Quote
 
 
 
 
Robert Harris
Guest
Posts: n/a

 
      01-02-2007, 08:40 PM
MikeE wrote:
> Hi.
>
> I am looking at switching a few things around on my network. I would
> like to have a mixture of Windows 2000 / Windows XP machines which I
> need to access a File Server. We are getting close on our 2000 Server
> licenses, but pretty much all we are using it for are logins. If we
> are able to setup password protected "folders" on a linux server I
> could easily connect all of our users in some form to this server
> without worrying about Windows Server licensing.


No problem. Just give them all home directories on the server and use a
[homes] section in your smb.conf file .

Read all about it in the Samba documentation at <www.samba.org>.

Robert

> [snip]
>
> I would appreciate any advice -
>
> Mike
>

 
Reply With Quote
 
Hans Poppe
Guest
Posts: n/a

 
      01-03-2007, 11:45 AM
MikeE
was of the opinion that:

> Hi.
>
> I am looking at switching a few things around on my network. I
> would like to have a mixture of Windows 2000 / Windows XP
> machines which I
> need to access a File Server. We are getting close on our 2000
> Server
> licenses, but pretty much all we are using it for are logins. If
> we are able to setup password protected "folders" on a linux
> server I could easily connect all of our users in some form to
> this server without worrying about Windows Server licensing.
>
> Not that any of this matters, but I have users who require
> internet
> access. They connect to a website that has its own user name and
> password scheme. Several of them have files that they need
> stored. The structure of the office is that several people may
> use a single
> machine in a given day. They have to log out of a machine then
> log
> back on. But sometimes if they do not need their own individual
> files,
> they just use the others user account. I keep telling them to
> log out,
> but they won't listen. I digress...
>
> I would like to try to get away from my Domain Controller and
> move to a situation where these machines are sitting at a
> desktop, they are turned on once in the morning and left on all
> day without logging on
> and off. Would it be possible to setup a Linux w/Samba machine
> for a
> file server. When a user needs to access their personal files,
> they go to a folder which contains a subfolder for each user -
> where they are prompted for a password to enter their folder?
>
> I will try to draw out what I'm talking about with Bravo machine
> being the Linux machine.
>
> 9:00am
> Windows Machine: Alpha
> User: Bob
> |
> --> Bob's Folder on Bravo Machine --> [ACCESS GRANTED]
> -->
> Bob's Files
>
> 9:20am
> Windows Machine: Alpha
> User: John
> |
> --> Bob's Folder on Bravo Machine --> [ACCESS
> DENIED]>>>Incorrect Password
> |
> --> John's Folder on Bravo Machine --> [ACCESS GRANTED]
> -->
> John's Files
>
> 9:25am
> Windows Machine: Alpha
> User: Bob
> |
> --> Bob's Folder on Bravo Machine --> [ACCESS GRANTED]
> -->
> Bob's Files
>
> I hope I have described this accurately enough to where its easy
> to understand.
>
> I would appreciate any advice -
>
> Mike


Take a look at www.samba.org. On the left side of the screen you
will se a link to several books about Samba. I know it's a
terrible thing to say, but you may have to do a little
reading. ;-)
However, in the book called Samba By Example
http://us3.samba.org/samba/docs/man/...de/simple.html
You get a crash course in chapter 1. Most people who know a little
about networking (Windows knowledge is enough usually) will manage
to set this up.
The best part is that you probably only need to read chapter one,
until you feel like setting it up with security, user accounts,
single sign-on etc.
Good luck, don't be afraid to read 20 minutes!
Happy new year!

Hans Poppe
Oslo, Norway

--
*********************
Failure is not an option!
It comes bundled with Windows.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Access windows server 2008 shared folder(samba is installed)from Ubuntu pincustomer@gmail.com Windows Networking 3 01-28-2009 01:23 PM
make remote lan access on file server SAMBA cherubs@libero.it Linux Networking 0 08-01-2007 10:42 AM
Samba file transfers slow from Linux to Windows. Mark Storkamp Linux Networking 1 07-18-2006 11:03 AM
Samba file timestamp policy with Linux client .vs. Windows client Richard Conway Linux Networking 2 03-05-2004 07:49 AM
ftp file from unix server to windows 2003 server kat Windows Networking 1 02-19-2004 01:21 AM



1 2 3 4 5 6 7 8 9 10 11