Re: [Ltsp-discuss] How do I limit logins to one per user now?

2015-10-30 Thread Robert Mavrinac
Thanks. I should have checked the lts.conf local man page first. Sorry about 
that.




--
_
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


Re: [Ltsp-discuss] How do I limit logins to one per user now?

2015-10-30 Thread GD
You can set LDM_LIMIT_ONE_SESSION=True in your /opt/ltsp/ 
[amd64|i386]/etc/lts.conf
Otherwise, you can use system configuration limits 
/etc/security/limits.conf and set maxloging for a group (prepending @) 
or foe a single user

...
myuser   hardmaxlogins   1
@mygroup hardmaxlogins   1
 ...

Hope it helps
g

On 30/10/2015 15:48, Robert Mavrinac wrote:

LTSP used to present a dialog "You are already logged in...". Now a user is 
able to login on more than one thin client at at time. How do I re-enable that with the 
latest versions, or restrict it that way for a particular group of users?


--
_
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


--
_
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


[Ltsp-discuss] How do I limit logins to one per user now?

2015-10-30 Thread Robert Mavrinac
LTSP used to present a dialog "You are already logged in...". Now a user is 
able to login on more than one thin client at at time. How do I re-enable that 
with the latest versions, or restrict it that way for a particular group of 
users?


--
_
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