diff options
author | jsorg71 <jsorg71> | 2006-02-05 00:12:43 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2006-02-05 00:12:43 +0000 |
commit | 07bdb23bde8bd0347771e5ed4aba565595888b6a (patch) | |
tree | 15159836483c3cb392c78c52ef92c1fa91174b3b /install.txt | |
parent | 685e6792354662d423eaa98d3e8d32c20b2e85c8 (diff) | |
download | xrdp-proprietary-07bdb23bde8bd0347771e5ed4aba565595888b6a.tar.gz xrdp-proprietary-07bdb23bde8bd0347771e5ed4aba565595888b6a.zip |
added install.txt
Diffstat (limited to 'install.txt')
-rw-r--r-- | install.txt | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/install.txt b/install.txt new file mode 100644 index 00000000..c193273b --- /dev/null +++ b/install.txt @@ -0,0 +1,44 @@ + +Installation directions for xrdp. + +Things you need to compile and install. Most systems don't +have these installed by default. + gcc and make + Header files for pam + Header files for openssl + +You can build sesman without pam, there is a Makefile parameter +for that. +I also have a replacement ssl_calls.c to avoid the openssl dependency +email me(Jay) for it. Due to the licence, I can't include it in this +project. + +unpackage the tarball + +tar -zxvf xrdp-0.1.tar.gz + +this will create a folder xrdp + +switch to the xrdp folder(cd xrdp) + +run make + +as root, run make install + +This will install most of the files in /usr/local/xrdp. +Some files install in /etc/xrdp. These are configuation +files. + +files and location +/usr/local/xrdp/startwm.sh - script that starts the window manager +/etc/sesman.ini - sesman configuration file +/etc/rsakeys.ini - rsa stuff +/etc/xrdp.ini - xrdp configuration file +/var/run/sesman.pid +/var/rub/xrdp.pid + +Sesman and xrdp both have to be running as root. +You should set them to start when the system starts. +You can use xrdp_control.sh script to start them. + +jay.sorg@gmail.com |