From cd262b6a3475ae92f4349fb4cd08a091e470e495 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Tue, 20 Sep 2022 14:52:24 -0400 Subject: [PATCH] 2022-09-20 Fred Gleason * Updated the Operations Guide to include a pointer to the example for generating an SSH keypair. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ docs/opsguide/rdadmin.xml | 3 ++- docs/tables/recordings.txt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 26e5604c..979b852a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23359,3 +23359,6 @@ required. 2022-09-20 Fred Gleason * Removed dead code from 'rdcatch/edit_upload.cpp'. +2022-09-20 Fred Gleason + * Updated the Operations Guide to include a pointer to the example + for generating an SSH keypair. diff --git a/docs/opsguide/rdadmin.xml b/docs/opsguide/rdadmin.xml index dfa3a8cd..8a5fe1c7 100644 --- a/docs/opsguide/rdadmin.xml +++ b/docs/opsguide/rdadmin.xml @@ -858,7 +858,8 @@ otherwise transfers with fail with an Authentication Failed error. See the rd.conf5 man - page for more information. + page for more information. See + for an example. The Time Offset: field can be used diff --git a/docs/tables/recordings.txt b/docs/tables/recordings.txt index 740bb4b9..312d6913 100644 --- a/docs/tables/recordings.txt +++ b/docs/tables/recordings.txt @@ -59,7 +59,7 @@ EXIT_TEXT text ONE_SHOT enum ('N','Y') URL varchar(255) URL_USERNAME varchar(64) -URL_PASSWORD varchar(64) +URL_PASSWORD text Base64 encoded URL_USE_ID_FILE enum('N','Y') ENABLE_METADATA enum('N','Y') FEED_ID int From FEEDS.ID