Results 1 to 5 of 5

Thread: School system login

  1. #1
    Join Date
    Mar 2015
    Beans
    6

    Lightbulb School system login

    I am designing a system for my school. I would like to have Ubuntu boot up and show a login screen that asks for a username and password, then checks the entered information against a database on the network. How would I do this? I have googled for hours and haven't found anything of use. Thanks in advance.

  2. #2
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: School system login

    You would need to change the method of authentication to use the online database. Linux uses something called "pluggable authentication modules" to handle this task. Authentication for logins is handled by /etc/pam.d/login which is set by default to use /etc/passwd, /etc/group, and /etc/shadow.

    If you want to authenticate against LDAP databases, read this: https://help.ubuntu.com/community/LD...Authentication
    Another option is RADIUS: https://99linux.wordpress.com/2013/0...dius-in-linux/

    There are also PAM modules to authenticate against MySQL and PostgreSQL databases and dozens of other options. Do a Google search to see. It's also possible to join a Linux workstation to an Active Directory domain if that's what you're looking for.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  3. #3
    Join Date
    Sep 2015
    Beans
    34

    Re: School system login

    Maybe Edubuntu has something like that?

  4. #4
    Join Date
    Apr 2013
    Beans
    Hidden!

    Re: School system login

    Quote Originally Posted by Ethen_Crowl View Post
    I am designing a system for my school. I would like to have Ubuntu boot up and show a login screen that asks for a username and password, then checks the entered information against a database on the network. How would I do this? I have googled for hours and haven't found anything of use. Thanks in advance.
    Oftopic: Do you think Shooltool can help you in your activity?

    http://www.schooltool.org - http://book.schooltool.org/screenshots.html

    http://book.schooltool.org/about.html
    Credits

    Founder and primary funder: Mark Shuttleworth

    Project Manager: Tom Hoffman

    Core Developers: Justas Sadzevičius, Douglas Cerna

    Release Manager: Gediminas Paulauskas

  5. #5
    Join Date
    Mar 2015
    Beans
    6

    Re: School system login

    Thanks all, this really helped a lot. However, is there any way to mount a network drive based off the user name upon login? I would like to have the kid's personal/private network folders mount and become available upon login. The available computers are chromebooks, so there isn't much space for files on the internal drives, and the computers are constantly being used by different students, so syncing the files across all devices would be ineffective. Mounting personal network drives is the best option. Another reason for the network drives is the fact that kids will need to be able to access their files from their home computers after editing them on their school laptops.
    Last edited by Ethen_Crowl; September 15th, 2015 at 10:18 PM.

Tags for this Thread

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
  •