diff options
| author | jsorg71 <jay.sorg@gmail.com> | 2014-11-01 21:07:59 -0700 | 
|---|---|---|
| committer | jsorg71 <jay.sorg@gmail.com> | 2014-11-01 21:07:59 -0700 | 
| commit | dd00c8691c11a1b98e18a2220fc93782a40c6f7b (patch) | |
| tree | 684d30ecb5a0c1bd3f45ad7c58dc203716b11e3a | |
| parent | c14e3fe7a5863953ba02ac989130bb9604a391a9 (diff) | |
| parent | 4dcc18629972e9260adea9de7c36c5cb609acff6 (diff) | |
| download | xrdp-proprietary-dd00c8691c11a1b98e18a2220fc93782a40c6f7b.tar.gz xrdp-proprietary-dd00c8691c11a1b98e18a2220fc93782a40c6f7b.zip | |
Merge pull request #173 from moobyfr/default-autorun-ini
Set a value for the default autorun session
| -rw-r--r-- | xrdp/xrdp.ini | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/xrdp/xrdp.ini b/xrdp/xrdp.ini index 59122a00..5aab5a22 100644 --- a/xrdp/xrdp.ini +++ b/xrdp/xrdp.ini @@ -50,6 +50,9 @@ grey=dedede  # when true, userid/password *must* be passed on cmd line  # require_credentials=yes +# set a default entry for autorun if the client send login and pass directly +autorun=xrdp1 +  bulk_compression=yes  # You can set the PAM error text in a gateway setup (MAX 256 chars) | 
