Bug 7990 - Missing text in ThinLinc Administrator Guide
Summary: Missing text in ThinLinc Administrator Guide
Status: CLOSED FIXED
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Documentation (show other bugs)
Version: trunk
Hardware: Other Unknown
: P2 Normal
Target Milestone: 4.15.0
Assignee: Pierre Ossman
URL:
Keywords: prosaic, samuel_tester
: 8120 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-09-23 09:33 CEST by Martin Östlund
Modified: 2023-07-14 11:23 CEST (History)
2 users (show)

See Also:
Acceptance Criteria:
MUST: * All examples from the DocBook TAG should be in the reST TAG


Attachments

Description Martin Östlund cendio 2022-09-23 09:33:46 CEST
In the admin guide, we're supposed to show a script example to be used as ForceCommand to allow only ThinLinc access via SSH.


https://www.cendio.com/resources/docs/tag/lockdown.html?highlight=restricting#using-forcecommand

The missing piece is 
#!/bin/bash
thinlinc-login -c "${SSH_ORIGINAL_COMMAND}"

Note, this information is present in 4.13.0 version of the admin guide.
Comment 1 Pierre Ossman cendio 2022-09-28 14:16:57 CEST
Should probably have a look how this was overlooked in the conversion.
Comment 2 Pierre Ossman cendio 2023-03-21 08:48:19 CET
*** Bug 8120 has been marked as a duplicate of this bug. ***
Comment 4 Pierre Ossman cendio 2023-07-06 16:17:22 CEST
This was just a silly manual typo, so there was nothing that was overlooked in the conversion.

I looked for other typos of the same type by doing:

> git grep '^\s*[.][.]' | grep -v "::" | grep -v "[..] _"

There doesn't seem to be any similar mistakes elsewhere.

Which means that:

> MUST:
> 
>  * All examples from the DocBook TAG should be in the reST TAG

This should be fulfilled as far as we know.
Comment 5 Samuel Mannehed cendio 2023-07-14 11:23:46 CEST
Looks good, I did some manual ocular comparison between the tag in the 4.12.1 server bundle and the nightly build. I could find no other cases of missing code examples.

Note You need to log in before you can comment on or make changes to this bug.