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.
Should probably have a look how this was overlooked in the conversion.
*** Bug 8120 has been marked as a duplicate of this bug. ***
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.
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.