<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-11-11 20:56 GMT-02:00 Daniel J Walsh <span dir="ltr"><<a href="mailto:dwalsh@redhat.com" target="_blank">dwalsh@redhat.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">The problems would be<br>
in having<br>
multiple users get access to the machine at the same time.  For this you<br>
need something<br>
that generates a UID on the fly for the user.  I would expect a fairly<br>
simple pam module<br>
could be done for this.</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
One problem with this though would be a user might log in as guest user<br>
but endup getting<br>
the guest134 user account.<br>
<br>
This means you would want some kind of sssd interaction, so a user<br>
executing id  or ls -lZ ~/<br>
<br>
Would see all of his files and processes running as guest.<br></blockquote><div><br></div><div>This is more or less what LightDM currently does in its built-in guest account support.</div><div>There's no user 'guest' previously created. Instead, "login as guest" is a special entry</div><div>in LightDM. Whenever a user logs in as guest, a new temporary user is added</div><div>with username 'guest-XXXXXX' (with XXXXXX replaced with a random character sequence)</div><div>and GECOS "Guest", and a temporary home folder is created. When guest user</div><div>logs out, this temporary user is deleted along with its home folder.</div><div><br></div><div>With this implementation, LightDM on-the-fly guest accounts are completely</div><div>multi-seat compliant. The downside is that normal and guest users need to be</div><div>treated differently in lightdm.conf. For example, there are distinct options for</div><div>"autologin as normal user" and "autologin as guest".</div></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><b>Laércio de Sousa</b><br></div><div style="text-align:center"><div style="text-align:left"><i>Orientador de Informática</i></div><div style="text-align:left"><u>Escola Municipal "Professor Eulálio Gruppi"</u></div><div style="text-align:left"><i>Rua Ismael da Silva Mello, 559, Mogi Moderno</i></div><i><div style="text-align:left"><i>Mogi das Cruzes - SP</i></div><div style="text-align:left"><i>CEP 08717-390</i></div></i></div><div><span style="font-family:arial;font-size:small">Telefone: (11) 4726-8313</span></div></div></div>
</div></div>