Sponsored Content
Operating Systems Linux Red Hat How to install Xrdp in Centos.? Post 302803515 by Priy on Tuesday 7th of May 2013 02:24:59 AM
Old 05-07-2013
You can download it from
Code:
http://sourceforge.net/projects/xrdp/files/xrdp/0.6.0/

and install it.

and then start service
Code:
/usr/local/xrdp/xrdp_control.sh start

 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

install centos with php and oracle client

Hi i'm trying to install centos ver 5 with apache server 1.3 and need to install oracle client to connect from the php to oracle data base. the problem is that evry package that i install needs some dependencis and i coudent figure yet the right combination. can any one help me to find... (3 Replies)
Discussion started by: lione.heart
3 Replies

2. Linux

X-Windows,Install Shield on CentOS

I have a fresh install of CentOS 5.2. I need to install a commercial package that uses InstallShield. Every time I run the installation program, it gives me an error that tells me it can't open an xwindows window. The system autoboots into Gnome. I open a new xterm window by typing xterm in a... (0 Replies)
Discussion started by: jeffreywpearson
0 Replies

3. Linux

Centos 5 install. Partion order

I can't control the partion order during install. For example i need. hda5 /var 1GB hda6 /opt 2GB I created them in such order but OS adjust them to hda5 /opt 2GB hda6 /var 1GB It is frustrating during install, I pretty sure I can order the partion as i like... (0 Replies)
Discussion started by: honglus
0 Replies

4. UNIX for Dummies Questions & Answers

Install vim on centos

i typed this command it shows -bash: up2date: command not found how to install it? how to copy the code to the VI editor when i access my server with secureCRT (1 Reply)
Discussion started by: runeveryday
1 Replies

5. Linux

How to Install and configure Jira And Confulence in Centos 5.5

Please Give me Step by step Instruction Or Video Tutorial For installing and configuring Jira And Confulence in Centos 5.5 , What are the Requirements For Installing and Configuring , wht are the Softwares need for it to work perfectly ... pls reply thanks in advance .... :wall: (1 Reply)
Discussion started by: babinlonston
1 Replies

6. Red Hat

How to install centos 5.5 using Raid In Virtualbox

Im have Oracle Virtualbox and vmware workstation How can i Add2 HDD in Vmware or Virtualbox and Install centos Using Raid Configuration Please give me Tutorial step by Step .. Thanks in Advance In Virtualbox there is SAS Hard disk So shall i Use it ? (3 Replies)
Discussion started by: babinlonston
3 Replies

7. Red Hat

During install error centos 5.8

Hi i am getting the following error while i try to install OS from my repo " unable to read group information from repositories this is a problem with the generation of your install tree " guide me any one (3 Replies)
Discussion started by: venikathir
3 Replies

8. UNIX for Dummies Questions & Answers

Can someone Help install CentOS

Hello, I'm new to this Unix OS. I need help and guide to how to install this: Server requirements / Installation OS: CentOS6 / EXT4 SWAP: 16 GB (system level) Just show me the walk through by using centos manual install. Thanks, mimic (1 Reply)
Discussion started by: mimic51
1 Replies

9. UNIX for Dummies Questions & Answers

How do I install a OpenVPN in CentOS?

Hi, I have looked at different tutorials across the net on how to install a OpenVPN in Linux CentOS but I can't understand any of the instructions given. So I typed myself some step-by-step instructions that I do understand. This is the type of simplified instructions I do... (1 Reply)
Discussion started by: TheCorporation
1 Replies

10. Red Hat

Cannot see disks while tryin to install CentOS 7

Cannot see disks while tryin to install CentOS 7 at IBM X3550 M3 It shows that no disk present insystem, though 2 disks inserted (using RAID controller). is ther e anything should be done so CentOS become to see disks? (6 Replies)
Discussion started by: nypreH
6 Replies
sesman.ini(5)															     sesman.ini(5)

NAME
sesman.ini - Configuration file for sesman(8) DESCRIPTION
This is the man page for sesman.ini, sesman(8) configuration file. It is composed by a number of sections, each one composed by a section name, enclosed by square brackets, folowed by a list of <parameter>=<value> lines. sesman.ini supports the following sections: [Globals] - sesman global configuration section, [Logging] - logging subsystem parameters [Security] - Access control parameters [Sessions] - Session management parameters All options and values (except for file names and paths) are case insensitive, and are described in detail below. For any of the following parameter, if it's specified more than one time the last entry encountered will be used. NOTE: if any of these options is specified outside its section, it will be ignored. GLOBALS
The options to be specified in the [globals] section are the following: ListenAddress=ip address Specifies sesman listening address. Default is 0.0.0.0 (all interfaces) ListenPort=port number Specifies sesman listening port. Default is 3350 EnableUserWindowManager=[0|1] If set to 1, true or yes this option enables user specific window manager, that is, anyone can define it's own script executed by sesman when starting a new session, specified by UserWindowManager UserWindowManager=startwm.sh This option specifies the script run by sesman when starting a session and per-user window manager is enabled. The path is relative to user's HOME directory DefaultWindowManager=${SESMAN_BIN_DIR}/startwm.sh This contains full path to the default window manager startup script used by sesman to start a session LOGGING
The following parameters can be used in the [logging] section: LogFile=${SESMAN_LOG_DIR}/sesman.log This options contains the path to logfile. It can be either absolute or relative, and the default is ${SESMAN_LOG_DIR}/sesman.log LogLevel=level This option can have one of the following values: CORE or 0 - Log only core messages. these messages are _always_ logged, regardless the logging level selected. ERROR or 1 - Log only error messages WARNING, WARN or 2 - Logs warnings and error messages INFO or 3 - Logs errors, warnings and informational messages DEBUG or 4 - Log everything. If sesman is compiled in debug mode, this options will output many more low-level message, useful for developers EnableSyslog=[0|1] If set to 1, true or yes this option enables logging to syslog. Otherwise syslog is disabled. SyslogLevel=level This option sets the logging level for syslog. It can have the same values of LogLevel. If SyslogLevel is greater than LogLevel, its value is lowered to that of LogLevel. SESSIONS
The following parameters can be used in the [Sessions] section: MaxSessions=<number> Sets the maximum number of simultaneous session on terminal server. If unset or set to 0, unlimited session are allowed. KillDisconnected=[0|1] If set to 1, true or yes, every session will be killed when the user disconnects. -this option is currently ignored!- IdleTimeLimit=<number> Sets the the time limit before an idle session is disconnected. If set to 0, automatic disconnection is disabled. -this option is currently ignored!- DisconnectedTimeLimit=<number> Sets the the time limit before a disconnected session is killed. If set to 0, automatic killing is disabled. -this option is currently ignored!- SECURITY
The following parameters can be used in the [Sessions] section: AllowRootLogin=[0|1] If set to 1, true or yes enables root login on the terminal server MaxLoginRetry=[0|1] The number of login attempts that are allowed on terminal server. If set to 0, unlimited attempts are allowed. The default value for this field is 3. TerminalServerUsers=tsusers Only the users belonging to the group tsusers are allowed to login on terminal server. If unset or set to an invalid or non-existent group, login for all users is enabled. TerminalServerAdmins=tsadmins Sets the group which a user shall belong to have session management rights. -this option is currently ignored!- EXAMPLES
This is an example sesman.ini: [Globals] ListenAddress=127.0.0.1 ListenPort=3350 EnableUserWindowManager=1 UserWindowManager=startwm.sh DefaultWindowManager=startwm.sh [Logging] LogFile=/usr/local/xrdp/sesman.log LogLevel=DEBUG EnableSyslog=0 SyslogLevel=DEBUG [Sessions] MaxSessions=10 KillDisconnected=0 IdleTimeLimit=0 DisconnectedTimeLimit=0 [Security] AllowRootLogin=1 MaxLoginRetry=3 TerminalServerUsers=tsusers TerminalServerAdmins=tsadmins FILES
${SESMAN_CFG_DIR}/sesman.ini SEE ALSO
sesman(8) sesrun(8) xrdp(8) xrdp.ini(5) for more info on xrdp see http://xrdp.sf.net xrdp team 0.1.0 sesman.ini(5)
All times are GMT -4. The time now is 04:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy