diff options
author | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2014-02-28 19:28:31 -0800 |
---|---|---|
committer | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2014-02-28 19:28:31 -0800 |
commit | e7445a2544f6b4319a53f2fea71358b9a746f298 (patch) | |
tree | 89c13b2bf40a0b4e3ceecff69feab4056fb5bce8 /sesman | |
parent | 0b18909f269ee582ec22bb808839c4434a0da3e7 (diff) | |
download | xrdp-proprietary-e7445a2544f6b4319a53f2fea71358b9a746f298.tar.gz xrdp-proprietary-e7445a2544f6b4319a53f2fea71358b9a746f298.zip |
o default login limit is now 50 users (instead of 10)
o we now wait for 30 seconds for session connection (instead of 1)
o if AUTO_LOGON flag is set but username is null, we force login dialog to show up
Diffstat (limited to 'sesman')
-rw-r--r-- | sesman/sesman.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/sesman.ini b/sesman/sesman.ini index 02fef5ba..5ee0b4cd 100644 --- a/sesman/sesman.ini +++ b/sesman/sesman.ini @@ -16,7 +16,7 @@ AlwaysGroupCheck = false [Sessions] X11DisplayOffset=10 -MaxSessions=10 +MaxSessions=50 # if 1, true, or yes, kill session after 60 seconds KillDisconnected=0 # if not zero, the seconds without mouse or keyboard input before disconnect |