diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-11-03 12:57:23 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-11-03 12:57:23 +0100 |
commit | 2ce52ccc6c690ff0c5703a3f6bffd17697b6b15e (patch) | |
tree | 6add78145e2b5298511b0112565a48519ee37929 | |
parent | fcb994d40d2ffd5fb6a6e2b1089cc138cb5463c1 (diff) | |
download | remote-logon-service-2ce52ccc6c690ff0c5703a3f6bffd17697b6b15e.tar.gz remote-logon-service-2ce52ccc6c690ff0c5703a3f6bffd17697b6b15e.tar.bz2 remote-logon-service-2ce52ccc6c690ff0c5703a3f6bffd17697b6b15e.zip |
remote-login-service.conf.in: Add URLs for default X2Go Session Broker installation.
-rw-r--r-- | data/remote-login-service.conf.in | 8 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/data/remote-login-service.conf.in b/data/remote-login-service.conf.in index c625d03..f763020 100644 --- a/data/remote-login-service.conf.in +++ b/data/remote-login-service.conf.in @@ -1,6 +1,6 @@ [Remote Login Service] -Servers=Canonical +Servers=X2Go Session Broker -[Server Canonical] -_Name=Remote Login -URI=https://uccs.landscape.canonical.com/ +[Server X2Go Session Broker] +_Name=Remote Login X2Go +URI=https://localhost:8080/uccs/inifile/ diff --git a/debian/changelog b/debian/changelog index 0546534..d01e274 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ remote-login-service-x2go (1.0.0.1-0x2go1) UNRELEASED; urgency=medium UCCS servers. - Apply 03_x2go+rls.patch. Provide support for X2Go remote logins. - Extend README file, inform about the RLS fork by X2Go. + - remote-login-service.conf.in: Add URLs for default X2Go Session Broker + installation. * Add SERVER_NAME env var support. * Add X2Go support to RLS. * Provide via ppa:x2go/ppa and ppa:x2go/stable on Launchpad. |