User Tools

Site Tools


linux:arch_guest_account

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:arch_guest_account [2014/09/23 21:56]
walter
linux:arch_guest_account [2021/05/02 21:36] (current)
Line 1: Line 1:
  
-====== Guest Account ​Details ​======+====== Guest Account ======
 The ACM workstations have guest accounts whose home directories are wiped at logoff. The ACM workstations have guest accounts whose home directories are wiped at logoff.
  
-Username: acmguest +//Username:// acmguest 
-Password: acmguest+ 
 + 
 +//Password:// acmguest
  
 ====== Guest Account Setup ====== ====== Guest Account Setup ======
  
 <WRAP center round info 60%> <WRAP center round info 60%>
-Setup the [[acm_custom_repo|ACM custom repo]] on the workstation first+Setup the [[linux:acm_custom_repo|ACM custom repo]] on the workstation first
 </​WRAP>​ </​WRAP>​
  
Line 17: Line 19:
 Follow post-install instructions ​ Follow post-install instructions ​
  
-The guest account functionality relies on a package from the [[acm_custom_repo|ACM custom package repo]] called acmguestd. The clean guest directory is located in /​opt/​acmguest-skel and the live home directory is /​opt/​acmguest. The guest directory is **NOT** on NFS. The guest account has to have access to run the guestd rc script as part of the loggout process. The loggout functionality is currently obtained with LXDM using the file /etc/lxdm/PostLogout. +The guest account functionality relies on a package from the [[linux:acm_custom_repo|ACM custom package repo]] called acmguestd. The clean guest directory is located in /​opt/​acmguest-skel and the live home directory is /​opt/​acmguest. The guest directory is **NOT** on NFS. The guest account has to have access to run the guestd rc script as part of the loggout process. The loggout functionality is currently obtained with LXDM using the file /etc/lxdm/LoginReady.
- +
-This is the guestd script, a restart operation deletes the current live directory and replaces it with the skel one. +
-<​file|/​usr/​bin/​guestd>​ +
-#​!/​bin/​bash +
-OLD_IFS="​$IFS"​ +
-IFS=$'​\n'​ +
-GUEST_USER="​acmguest"​ +
-GUEST_GROUP="​users"​ +
-GUEST_HOME="/​opt/​acmguest"​ +
-GUEST_SKEL="/​opt/​acmguest-skel"​ +
- +
-case "​$1"​ in +
- ​start) +
-         cp -R $GUEST_SKEL -T $GUEST_HOME +
-         chown -R $GUEST_USER:​$GUEST_GROUP $GUEST_HOME +
-         ;; +
- ​stop) +
-         rm -rf $GUEST_HOME +
-         ;; +
- ​restart) +
-         $0 stop +
-         $0 start +
-         ;; +
- ​$GUEST_USER) +
-         sudo $0 restart +
-         ;; +
-esac +
- +
- +
-</​file>​ +
- +
-<file| /​etc/​lxdm/​PostLogout>​ +
-#!/bin/sh +
-+
-sudo /​etc/​rc.d/​guestd $USER +
-#^^^FIRST +
-</​file>​+
  
-<​file|/​etc/​sudoers.d/​acmguest-sudo>​ 
linux/arch_guest_account.1411509400.txt.gz · Last modified: 2021/05/02 21:36 (external edit)