diff options
author | Jose Castillo <jcastillo@redhat.com> | 2024-03-18 09:56:19 +0000 |
---|---|---|
committer | Arif Ali <arif-ali@users.noreply.github.com> | 2024-03-20 16:22:40 +0000 |
commit | 28f5ea25faecbe6a502e2f4de6c23fcaf18a1f32 (patch) | |
tree | ac0a884b55ee6bcd97697ea185f8b49fd3df37da /man | |
parent | e612e3f8750650579b29f5b0e6fd4257d490e6bc (diff) | |
download | sos-28f5ea25faecbe6a502e2f4de6c23fcaf18a1f32.tar.gz |
[manpages] Add note about deprecation of options for RHEL
Add a note to the entries for --upload-user and --upload-pass
clarifying that these options have been deprecated
in RHEL systems.
Signed-off-by: Jose Castillo <jcastillo@redhat.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/en/sos-report.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/en/sos-report.1 b/man/en/sos-report.1 index de99c95a..2fc8f872 100644 --- a/man/en/sos-report.1 +++ b/man/en/sos-report.1 @@ -430,6 +430,7 @@ variable. If this variable is set, then no username prompt will occur and --batc may be used provided all other required values (case number, upload password) are provided. +This option is ignored when uploading to the Red Customer Portal or Red Hat Secure FTP server in favour of web token authentication. .TP .B \-\-upload-pass PASS Specify the password to use for authentication with the destination server. @@ -448,6 +449,7 @@ You also have the option of providing this value via the SOSUPLOADPASSWORD envir variable. If this variable is set, then no password prompt will occur and --batch may be used provided all other required values (case number, upload user) are provided. +This option is ignored when uploading to the Red Customer Portal or Red Hat Secure FTP server in favour of web token authentication. .TP .B \--upload-directory DIR Specify a directory to upload to, if one is not specified by a vendor default location |