From 6118e77bff5e946c85aed3ee90e10e7ee9aee071 Mon Sep 17 00:00:00 2001 From: Lars van Ravenzwaaij Date: Sun, 3 May 2020 12:31:48 +0200 Subject: [PATCH 1/3] New requirements for passwordless auth See https://github.com/nextcloud/server/issues/20600 --- admin_manual/installation/source_installation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 12be194fb..3277d572f 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -35,10 +35,12 @@ If you get a result, the module is present. Required: * PHP (7.2, 7.3 or 7.4) +* PHP module bcmath * PHP module ctype * PHP module curl * PHP module dom * PHP module GD +* PHP module gmp * PHP module hash (only on FreeBSD) * PHP module iconv * PHP module JSON @@ -77,7 +79,6 @@ Required for specific apps: Recommended for specific apps (*optional*): * PHP module exif (for image rotation in pictures app) -* PHP module gmp (for SFTP storage) For enhanced server performance (*optional*) select one of the following memcaches: From 34998b74674479ba4fdb45afc596e2a44bc576ba Mon Sep 17 00:00:00 2001 From: Lars van Ravenzwaaij Date: Sun, 3 May 2020 19:01:59 +0200 Subject: [PATCH 2/3] fixup! New requirements for passwordless auth --- admin_manual/installation/source_installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 3277d572f..1d46e5acd 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -35,12 +35,10 @@ If you get a result, the module is present. Required: * PHP (7.2, 7.3 or 7.4) -* PHP module bcmath * PHP module ctype * PHP module curl * PHP module dom * PHP module GD -* PHP module gmp * PHP module hash (only on FreeBSD) * PHP module iconv * PHP module JSON @@ -75,9 +73,11 @@ Required for specific apps: :doc:`../configuration_files/external_storage/smb`) * PHP module ftp (for FTP storage / external user authentication) * PHP module imap (for external user authentication) +* PHP module bcmath (for passwordless login) +* PHP module gmp (for passwordless login) Recommended for specific apps (*optional*): - +* PHP module gmp (for SFTP storage) * PHP module exif (for image rotation in pictures app) For enhanced server performance (*optional*) select one of the following From fa2b94dfac255dc4138573fb496b5927f7c5ad09 Mon Sep 17 00:00:00 2001 From: Lars van Ravenzwaaij Date: Mon, 4 May 2020 17:08:53 +0200 Subject: [PATCH 3/3] Edit Typo Co-authored-by: Morris Jobke --- admin_manual/installation/source_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 1d46e5acd..40267ad38 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -73,7 +73,7 @@ Required for specific apps: :doc:`../configuration_files/external_storage/smb`) * PHP module ftp (for FTP storage / external user authentication) * PHP module imap (for external user authentication) -* PHP module bcmath (for passwordless login) +* PHP module bcmath (for passwordless login) * PHP module gmp (for passwordless login) Recommended for specific apps (*optional*):