Results 1 to 5 of 5

Thread: authentication and file server help please ...

  1. #1
    Join Date
    Feb 2005
    Beans
    147

    authentication and file server help please ...

    A little help please.

    I have a small very poor private school (pre-K to 8th grade) that has computers that are mostly 6+ years old. I have set up a Ubuntu server to handle Dan's Guardian for protection of the children. I need next to set up a centralized file server and some kind of authentication method.

    We are dual booting the computers just now since we need to use "Rosetta Stone" language software and they will not release a certain plugin for Linux according to our assigned help person. We also use pure Windows XP in some classrooms for now, and will do so until the school's children gets used to Ubuntu.

    So, what is the best authentication method for a mixed environment? Where might I find a Ubuntu "howto" on the method?

    What is the best way to set up a file server? Howto? Can the box running Dan's Guardian also be the authentication box and file server? (it is our newest box, only 2 years old and has a large hard drive)
    Linux User #225822

  2. #2
    Join Date
    May 2009
    Location
    Jah's Pocket
    Beans
    733
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: authentication and file server help please ...

    The authentication would really depend on your login requirements. If I were in your case I would simply have 3 accounts:

    1. Guest - For use by children and class room participants. This account should have no password and allow running of applications and minimal write privileges to the hard drive and none on the server.
    2. Faculty - For use by teachers and what not. This account would have a password and minimal write privileges to the hard drive and none on the server (save maybe a shared faculty drive).
    3. Admin - Total control on each system as well as the file server.

    If you are using XP which is just fine, you may want to get steady state which allows you to further lock down the system so changes do no last past a reboot. Now one caveat is rosetta stone and other application that will need to save data to the computer will need to have a writeable partition, thumbdrive, or network share (I would personally opt for the thumb drive). I personally think XP is a great platform for this type of setup as it allows for a easy system lockdown, Ubuntu can be locked down to but it is just easier with windows to be honest.

    If you think you need more fine grain control over users, you could setup the file server to be a PDC and create logins for each student, faculty, and administrator. This does have its advantages but also requires more configuration. Samba will handle both your file sharing and PDC service.

    As far as protecting the students, Dan's Guardian is just one of many applications that can do this, you could also setup the file server to be your dns using DNSmasq and use block lists from other services such as K9 and advertising killers. This will give you a VERY adaptable way of blocking content on your network.
    MyBlog
    Sledgehammer engineering, if it doesn't work, hit it damn hard.

  3. #3
    Join Date
    Feb 2005
    Beans
    147

    Re: authentication and file server help please ...

    Thanks for your thoughts. I have read that Samba might be our best bet in a mixed environment if we want all students to have individual logins. I think that will be required at some point --- the decision made above my station.

    If I am understanding this; I'll need to use NFS and Samba in combination to allow a student to log in from any computer with her individual name and password and be "in her environment". Correct?
    Linux User #225822

  4. #4
    Join Date
    May 2009
    Location
    Jah's Pocket
    Beans
    733
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: authentication and file server help please ...

    Quote Originally Posted by joepotter View Post
    Thanks for your thoughts. I have read that Samba might be our best bet in a mixed environment if we want all students to have individual logins. I think that will be required at some point --- the decision made above my station.

    If I am understanding this; I'll need to use NFS and Samba in combination to allow a student to log in from any computer with her individual name and password and be "in her environment". Correct?
    I guess that just depends on what you mean by "her environment", if you are just mapping drives to the computer and what not then you can just use samba by itself. It can handle files sharing and authentication all on it's own.
    MyBlog
    Sledgehammer engineering, if it doesn't work, hit it damn hard.

  5. #5
    Join Date
    Oct 2005
    Location
    Lab, Slovakia
    Beans
    10,791

    Re: authentication and file server help please ...

    Howdy,

    Here is a preconfigured VMware virtual machine with LDAP and wizards for it all:
    http://mds.mandriva.org/wiki/Download

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •