diff options
author | ilsimo <ilsimo> | 2007-03-25 21:20:20 +0000 |
---|---|---|
committer | ilsimo <ilsimo> | 2007-03-25 21:20:20 +0000 |
commit | 6cbc09be53e8ee7c35cd3a281360412361ffc6ef (patch) | |
tree | 180953811c0d55e9e087660508485e989d59264d /docs/man | |
parent | 5d29a7127bf08027d7c4b1f226505e2ee854fd3b (diff) | |
download | xrdp-proprietary-6cbc09be53e8ee7c35cd3a281360412361ffc6ef.tar.gz xrdp-proprietary-6cbc09be53e8ee7c35cd3a281360412361ffc6ef.zip |
added ListenAddress configuration option
Diffstat (limited to 'docs/man')
-rw-r--r-- | docs/man/sesman.ini.5 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/man/sesman.ini.5 b/docs/man/sesman.ini.5 index c15c3c61..e6fd0ada 100644 --- a/docs/man/sesman.ini.5 +++ b/docs/man/sesman.ini.5 @@ -37,6 +37,11 @@ The options to be specified in the \fB[globals]\fR section are the following: .br .TP +\fBListenAddress\fR=\fIip address\fR +Specifies sesman listening address. Default is 0.0.0.0 (all interfaces) +.br + +.TP \fBListenPort\fR=\fIport number\fR Specifies sesman listening port. Default is 3350 .br @@ -165,6 +170,8 @@ This is an example \fBsesman.ini\fR: [Globals] .br +ListenAddress=127.0.0.1 +.br ListenPort=3350 .br EnableUserWindowManager=1 |