153b59ad84
added support for new [sessions] configuration options
23 lines
366 B
INI
23 lines
366 B
INI
[Globals]
|
|
ListenPort=3350
|
|
EnableUserWindowManager=1
|
|
UserWindowManager=startwm.sh
|
|
DefaultWindowManager=startwm.sh
|
|
|
|
[Security]
|
|
AllowRootLogin=1
|
|
TerminalServerUsers=tsusers
|
|
TerminalServerAdmins=tsadmins
|
|
|
|
[Sessions]
|
|
MaxSessions=10
|
|
KillDisconnected=0
|
|
IdleTimeLimit=0
|
|
DisconnectedTimeLimit=0
|
|
|
|
[Logging]
|
|
LogFile=./sesman.log
|
|
LogLevel=DEBUG
|
|
EnableSyslog=0
|
|
SyslogLevel=DEBUG
|