diff --git a/CHANGELOG.md b/CHANGELOG.md index bd936509c..06f8e4102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Removed ### Fixed - Amended Test, if the ssh elevate credential is different from the ssh credential [#1586](https://github.com/greenbone/gvmd/pull/1586) +- Added the missing GMP documentation for the ssh elevate credential [#1591](https://github.com/greenbone/gvmd/pull/1591) [Unreleased]: https://github.com/greenbone/gvmd/compare/v21.4.1...gvmd-21.04 diff --git a/src/schema_formats/XML/GMP.xml.in b/src/schema_formats/XML/GMP.xml.in index 9a3da9a53..7764beca9 100644 --- a/src/schema_formats/XML/GMP.xml.in +++ b/src/schema_formats/XML/GMP.xml.in @@ -5168,6 +5168,11 @@ along with this program. If not, see . If the list of hosts is empty, the command must also include a target locator.

+

+ If the SSH elevate credential is set, the SSH credential must + also be set. The SSH elevate credential and the SSH credential + must differ. +

name @@ -5179,6 +5184,7 @@ along with this program. If not, see . exclude_hosts ssh_credential + ssh_elevate_credential smb_credential esxi_credential snmp_credential @@ -5258,6 +5264,17 @@ along with this program. If not, see . text + + ssh_elevate_credential + SSH elevate credentials for target + + + id + uuid + 1 + + + smb_credential SMB login credentials for target @@ -24621,6 +24638,10 @@ along with this program. If not, see .

The client uses the modify_target command to change an existing target.

+

+ If the SSH elevate credential is set, the SSH credential must also be + set. The SSH elevate credential and the SSH credential must differ. +

@@ -24635,6 +24656,7 @@ along with this program. If not, see . hosts_ordering exclude_hosts ssh_credential + ssh_elevate_credential smb_credential esxi_credential snmp_credential @@ -24685,6 +24707,17 @@ along with this program. If not, see .
+ + ssh_elevate_credential + SSH elevate credential to use on target + + + id + uuid + 1 + + + smb_credential SMB credential to use on target