[Simon Oosthoek] > Hi > > does anyone know or have experience with anonymous accounts on the > tjener? What is the (best) way to do this?
I do not have any experience, but if I were to do this myself, I would use libpam-python to implemend a pam module creating the home directory on the fly, setting $HOME for the session, and adding code to kill all user processes and remove the temporary home directory on logout. See /usr/share/debian-edu-config/pam-nopwdchange.py for an example using pam-python to implement a pam module. -- Happy hacking Petter Reinholdtsen

