Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1410  / 2 Years ago, sat, april 2, 2022, 2:45:45

I am setting up a single workstation (kiosk) in my local library for a team of genealogy researchers (approx 12-14). I plan to use Ubuntu 12.04 LTS as the OS.




  1. Each user must have a unique user ID and password

  2. Ideally, I would like each user to enter their user ID manually. By default LightDM allows the user to select their name from a scrolling list. (this is not a showstopper though)

  3. All users must to access a single desktop environment and the same home directory for document collaboration (single document repository for all users). I also want to avoid configuring the desktop UI look and feel as many times as the number of users.** I have planned a branded desktop background, launcher layout and other things consistent with a Training manual I am putting together.

  4. I need to audit log in logout date/time stamps for each user to capture time spent. The answer to this question helps me with this point. (I will need to understand if the answer is still valid as it was written in 2010.)



I am asking a very specify question; Is what I have described above holistaically achievable and if so how? I will accept a "No" or "Probably not" answer. If that is the case please help me understand with a brief "why" and I will go back to the drawing board. The reason for asking the question is that I suspect its not achievable but want to be 100% sure.


More From » login

 Answers
1

hmm...



You may be able to get away with using symlinks. If you created the users and then removed their home folder and then replaced it with a symlink, pointing to the "shared" home folder, theoretically any changes that were made would happen to the shared home folder.



ex:



ln -s /home/shared_home /home/new_users_home



You would really be hacking it together at that point.



I'm not sure that doing it that way will work at all, or if it works up front, continue to work in the long term. There are so many items stored in a users home, including browser cache, etc.... You can look forward to some strange happenings I'm sure.



If you want a central repository for documents. You might just create that directory and then place a link on the desktop for each user... This won't make each users desktop environment identical, but would take care of the document repository issue.



You could create the base account (and configure it exactly how you wanted it, link to document repository on desktop and all). Then create the next user, remove their home dir, and copy the base accounts home dir to the new user. Effectively replacing the new users home dir with your specific config. Rinse and repeat.



Hope this helps


[#36575] Monday, April 4, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
mugustered

Total Points: 193
Total Questions: 123
Total Answers: 108

Location: Bermuda
Member since Wed, Mar 22, 2023
1 Year ago
mugustered questions
Sat, Nov 19, 22, 07:03, 1 Year ago
Sun, May 29, 22, 11:53, 2 Years ago
Fri, Dec 23, 22, 15:02, 1 Year ago
;