I'm currently using the following script to erase and recreate guest user 
accounts upon logout, but edited it to rsync from /home/baseuser instead of 
/etc/skel for customization purposes. However, it doesn't seems to copy all of 
the changes I make In the baseuser account (such as firefox home page, panel 
item customizations, etc.). Here is the script: 
/opt/ltsp/i386/usr/share/ldm/rc.d/S00-guest-sessions

case "$LDM_USERNAME" in
    guest*)
        ssh -S "$LDM_SOCKET" "$LDM_SERVER" 'cd; rm -rf .* *; rsync -a 
/etc/skel/ .'
        ;;
esac


Can anyone tell me how to sync other settings from my 'baseuser' account? Can I 
sync the entire baseuser account safely? I'm not very familiar with rsync, so 
any help is greatly appreciated!
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to