I've been looking into how to get my laptop to sync with my server much as it does with a windows domain logon. I've almost got it working with pam plugin that launches a script upon login and logout for each user. That script pulls in the server changes via rsync upon login and on logout sends the changes made locally back to the server. Not quite working yet, but its getting their. Main problem is that the login times out before all the changes can be copied if their are a lot of changes.
I've been looking into how to get my laptop to sync with my server much as it does with a windows domain logon. I've almost got it working with pam plugin that launches a script upon login and logout for each user. That script pulls in the server changes via rsync upon login and on logout sends the changes made locally back to the server. Not quite working yet, but its getting their. Main problem is that the login times out before all the changes can be copied if their are a lot of changes.