diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2023-04-12 09:34:38 -0100 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2023-04-12 14:34:27 +0000 |
commit | 90c53df248b862fff63e015a371232a5db9d6792 (patch) | |
tree | 2637e4ae678adfd741e65862964f399765fc749a /resources | |
parent | 5f3e5e3ce346cdbe764de5af8270d46016cd00aa (diff) | |
download | nextcloud-server-90c53df248b862fff63e015a371232a5db9d6792.tar.gz nextcloud-server-90c53df248b862fff63e015a371232a5db9d6792.zip |
app type extended_authentication
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/app-info-shipped.xsd | 1 | ||||
-rw-r--r-- | resources/app-info.xsd | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/app-info-shipped.xsd b/resources/app-info-shipped.xsd index c11264142eb..ddf8a010f3e 100644 --- a/resources/app-info-shipped.xsd +++ b/resources/app-info-shipped.xsd @@ -340,6 +340,7 @@ <xs:element name="prelogin" minOccurs="0" maxOccurs="1"/> <xs:element name="filesystem" minOccurs="0" maxOccurs="1"/> <xs:element name="authentication" minOccurs="0" maxOccurs="1"/> + <xs:element name="extended_authentication" minOccurs="0" maxOccurs="1"/> <xs:element name="logging" minOccurs="0" maxOccurs="1"/> <xs:element name="dav" minOccurs="0" maxOccurs="1"/> <xs:element name="prevent_group_restriction" minOccurs="0" diff --git a/resources/app-info.xsd b/resources/app-info.xsd index 191c8ed7c5b..43f241cb73d 100644 --- a/resources/app-info.xsd +++ b/resources/app-info.xsd @@ -336,6 +336,7 @@ <xs:element name="prelogin" minOccurs="0" maxOccurs="1"/> <xs:element name="filesystem" minOccurs="0" maxOccurs="1"/> <xs:element name="authentication" minOccurs="0" maxOccurs="1"/> + <xs:element name="extended_authentication" minOccurs="0" maxOccurs="1"/> <xs:element name="logging" minOccurs="0" maxOccurs="1"/> <xs:element name="dav" minOccurs="0" maxOccurs="1"/> <xs:element name="prevent_group_restriction" minOccurs="0" |