Last modified by Tobias Wintrich on 2025/11/21 12:41

From version 5.1
edited by Ulrich Mertz
on 2023/07/19 11:04
Change comment: There is no comment for this version
To version 6.1
edited by Tobias Wintrich
on 2025/11/21 12:41
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -6.A.B. Allow TCMS Registration (Automatically, Confirmed)
1 +6.A.B. Assign TCMS Adress by DNS entry
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.UlrichMertz
1 +XWiki.twintrich
Content
... ... @@ -1,15 +1,24 @@
1 -By default, all clients, that connect to the TCMS Server, can register automatically.
1 +A thin client can be automatically added to a TCMS through a DNS entry.
2 +The thin client sends a ping request to **"defaulttcms"** or **"defaulttcms.%domain%"** (e.g., *defaulttcms.domain.local*) and then receives the IP address of your TCMS.
3 +To enable this, create a DNS entry on your DNS server with the name **"defaulttcms"** and the IP address of your TCMS.
2 2  
3 -By default the thin client becomes member of the TEMP group.
5 +**Example:**
6 +``defaulttcms 192.168.1.1``
4 4  
5 -To avoid unclear behaviour, the TEMP group should NEVER have any configuration.
8 +## Configuration in a Windows Domain##
6 6  
10 +1. Open the DNS Manager on your DNS server.
11 +2. Navigate to
12 + {{status title="DNS"/}} → {{status title="DC"/}} → {{status title="Forward Lookup Zones"/}} → *YOUR-DOMAIN* (e.g., *windows.local*).
13 +3. Select {{status title="New Host"/}} and enter the following values:
14 + - Name: **defaulttcms**
15 + - IP address: **IP address of your TCMS** (e.g., *192.168.1.1*)
16 +4. Complete the process by selecting {{status title="Add Host"/}}.
7 7  
8 -If you want to prevent unknown clients to register automatically, you can set the option "Use signature validation of client requests" (3)
18 +{{lightbox image="tcms_defaulttcms.png"/}}
9 9  
10 -{{status title="TCMS User Interface"/}} → {{status title="Edit"/}} → {{status title="Settings"/}} → {{status title="Base Settings"/}}
20 +## Behavior on the Thin Client##
11 11  
12 -In this case your thin client will register, but its state will show a red cross and it will not get configuration from TCMS untill administrator will "Accept certificate" with right mouse click menu.(5)
13 -
14 -
15 -[[image:grafik.png]]
22 +In the factory default state, the required TCMS settings are automatically configured by the setup wizard.
23 +During installation, the setup wizard attempts to resolve the DNS entry **"defaulttcms"**.
24 +If this lookup is successful, the thin client automatically registers with the TCMS.