aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 139cb77a21449318ca3128eaa404bf5a7119d6b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Remote Logon Service

## Introduction

A small service to grab various remote login possibilities from the local
network configuration, network servers that provide them, and present
them to the user to log into for both applications and full desktop
posibilities.

This project has been forked from Ubuntu's remote-login-service project
[1] by the X2Go/Arctica Project to support Remote Login against Linux
machines via X2Go.

## Configuring the Remote Logon Service

The service's configuration file is located in
```
  /etc/remote-logon-service.conf
```
Adapt the default configuration to your needs.

### Using Arctica Session Broker as service backend

This backend is not available, yet.

### Using an X2Go Session Broker as service backend

When using an X2Go Session Broker as service backend, adapt the service
configuration file like this:

```
[Remote Login Service]
Servers=MyUCCSTest

[Server MyUCCSTest]
Name=Remote Login
URI=http://x2gobroker.localdomain:8080/uccs/inifile/
```

## Testing the service

After you have installed and configured the Remote Logon Service, you can
query the remote logon service manually using the ´´dbus-send´´ command:

```
dbus-send --session --print-reply --dest="org.ArcticaProject.RemoteLogon" \
          /org/ArcticaProject/RemoteLogon org.ArcticaProject.RemoteLogon.GetServersForLogin \
          string:'http://x2gobroker.localdomain:8080/uccs/inifile/' \
          string:'<user>' \
          string:'<password>' \
          boolean:true
```

[1] https://launchpad.net/remote-login-service