Windows Thread, Samba adding to a Server 03 environment in Technical; Right, here is a quick question. I'm sure everyone knows about the thin client type linux laptops going around since ...
-
7th May 2008, 03:02 PM #1
- Rep Power
- 11
Samba adding to a Server 03 environment
Right, here is a quick question. I'm sure everyone knows about the thin client type linux laptops going around since the end of last year.
Well a school I work at wants to get a trolley of these to add to the network. We use ranger but that is no biggie, we mainly want the laptops to connect to AD through wireless PEAP encryption. Really they want to be able to authenticate wirelessly and see their my documents and access VLEs and the such.
Would this require a Samba server? We have a server sort of spare which could get it put on and they could act like thin clients, is this all possible do you guys think?
Thanks for your time.
-
-
IDG Tech News
-
7th May 2008, 03:20 PM #2 We use a plugin for moodle so students can browse their home directories through the browser - the browser handles authentication. This way they access documents through the VLE, at home or in school -regardless of the platform.
-
-
7th May 2008, 03:30 PM #3 you might be better off connecting them to a terminal server with all the drives mapped, then using a linux rdp client authenticate using AD as the TS server would be within that domain.
They would then get a desktop of your choice which can be configured using GPO's.
Any core progs such as MS office can be installed on the TS server.
Doing this you would not need to use Samba to authenticate.
Hope this makes sense.
-
-
7th May 2008, 03:32 PM #4
- Rep Power
- 11
The school want to access their in-house documents through the clients, unfortunately, they need to authenticate on the network otherwise that would work.
-
-
7th May 2008, 03:39 PM #5
- Rep Power
- 11

Originally Posted by
bossman
you might be better off connecting them to a terminal server with all the drives mapped, then using a linux
rdp client authenticate using AD as the TS server would be within that domain.
They would then get a desktop of your choice which can be configured using GPO's.
Any core progs such as MS office can be installed on the TS server.
Doing this you would not need to use Samba to authenticate.
Hope this makes sense.
That would be fantastic if it were not for the money factor, there is no TS on site that I could use, and buying an MS TS would not be a factor at all, money is the key, unless there is a free TS that would still work?
-
-
7th May 2008, 03:43 PM #6 
Originally Posted by
Bobo
The school want to access their in-house documents through the clients, unfortunately, they need to authenticate on the network otherwise that would work.
pam_mount will do this for you if you share home directories on a per user basis (the old NT4 way, \\server\username$\). Alternatively re-export your windows home share via NFS (eg, you have \\server\shares\username\) and mount the re-exported share as /home/ on your clients. More complex setups will require some symlinks or unionfs added in to glue it all together.
-
-
7th May 2008, 03:44 PM #7 
Originally Posted by
Bobo
The school want to access their in-house documents through the clients, unfortunately, they need to authenticate on the network otherwise that would work.
Get a VLE that authenticates to your network (active directory) then you should be able to access the files through the browser on the clients.
Moodle: Modules and plugins
-
-
7th May 2008, 04:02 PM #8
- Rep Power
- 11

Originally Posted by
Geoff
pam_mount will do this for you if you share home directories on a per user basis (the old NT4 way, \\server\username$\). Alternatively re-export your windows home share via NFS (eg, you have \\server\shares\username\) and mount the re-exported share as /home/ on your clients. More complex setups will require some symlinks or unionfs added in to glue it all together.
That is definitely something to look at, so it would be as simple for the kids to log into linux and it immediately mount their home drive? That would be good.
They dont use moodle and with VLEs changing every five seconds down here the school are not willing to get all involved (they use fronter), in that way and want something permanent... if you catch my drift, so its just done locally, then worry about VLEs properly at a later date.
-
-
7th May 2008, 04:04 PM #9 
Originally Posted by
Bobo
That is definitely something to look at, so it would be as simple for the kids to log into linux and it immediately mount their home drive? That would be good.
Yes, the mapping would happen at logon if you used pam_mount or at machine startup if your used NFS. Plus another side effect of this is that their application settings follow them around (as they are stored in their home folder in hidden dot files/directories).
-
-
7th May 2008, 04:10 PM #10
- Rep Power
- 11

Originally Posted by
Geoff
Yes, the mapping would happen at logon if you used pam_mount or at machine startup if your used NFS. Plus another side effect of this is that their application settings follow them around (as they are stored in their home folder in hidden dot files/directories).
I dont understand how this would work with kerberos and AD though, would linux just then sit there and when it felt like it authenticate with any authenticatable account to the DC with no problem?
-
-
7th May 2008, 04:14 PM #11 Yes, assuming you configure samba/kerberos/winbind on Linux correctly then AD/Linux is none the wiser. Linux thinks it's using local accounts and AD thinks it's talking to an NT Server...
-
-
7th May 2008, 04:18 PM #12
- Rep Power
- 11

Originally Posted by
Geoff
Yes, assuming you configure samba/kerberos/winbind on Linux correctly then AD/Linux is none the wiser. Linux thinks it's using local accounts and AD thinks it's talking to an NT Server...
Ahh so I would still need a Samba server as such, my jaw dropped at the thought of just being able to mount drives on a server 2003 server by just logging into a linux workstation. pam_mount I will definitely look into, thanks
-
-
7th May 2008, 04:33 PM #13 
Originally Posted by
Bobo
Ahh so I would still need a Samba server as such, my jaw dropped at the thought of just being able to mount drives on a server 2003 server by just logging into a linux workstation. pam_mount I will definitely look into, thanks
You wouldn't need a samba server in this scenario as long as the linux clients are on the windows domain.
-
-
7th May 2008, 04:46 PM #14
- Rep Power
- 11

Originally Posted by
CyberNerd
You wouldn't need a samba server in this scenario as long as the linux clients are on the windows domain.
Ahh, well.... that's great, my linux knowledge is terribly limited, which I've always found was a terrible hinderance, was half hoping to need to set up a Samba server just to get more stuck in, then the lazy half of me kicks in and hopes there is a simple solution.... where to start is the problem.
-
-
7th May 2008, 05:54 PM #15 IMHO the simple solution is to get a web-based frontend to your windows fileserver and use the browser on the client.
The difficulty depends upon what OS you are using on the client - if its something like ubuntu 8.04 or SuSE then they pretty much work with windows AD out of the box (minus the pam_mount on 8,04 which I am struggling with on an LTSP server).
If you want to use default xandros on an eeepc then you will need to do additional hacking - some of it has been wiki'ed EeePC - Linux OS - EduGeek.net Wiki
-
SHARE:
Similar Threads
-
By localzuk in forum Hardware
Replies: 27
Last Post: 28th November 2007, 10:35 AM
-
By mmoseley in forum How do you do....it?
Replies: 4
Last Post: 12th October 2007, 05:44 PM
-
Replies: 1
Last Post: 3rd August 2007, 05:37 PM
-
By dezt in forum Networks
Replies: 2
Last Post: 13th July 2007, 10:09 AM
-
Replies: 7
Last Post: 30th May 2007, 03:52 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules