From d66b5131ec2fd842ad154b7a55ad518408de9ce7 Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Sat, 16 Mar 2019 09:11:00 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=96=20DOC:=20sslmode=20is=20a=20st?= =?UTF-8?q?ring=20too?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Sulzer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 547113d..4390588 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Add the following to your `config.php`: array( 'class' => 'OC_User_IMAP', 'arguments' => array( - '127.0.0.1', 993, ssl, 'example.com' + '127.0.0.1', 993, 'ssl', 'example.com' ), ), ), From ec7929ab6aaaf97eb05b419c9d5b82544d629959 Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Sat, 16 Mar 2019 14:36:41 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=96=20DOC:=20add=20possible=20valu?= =?UTF-8?q?es=20for=20sslmode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Sulzer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4390588..1489c46 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ IMAP user and password need to be given for the Nextcloud login. ### Configuration The parameters are `host, port, sslmode, domain`. +Possible values for sslmode are `ssl` or `tls`. Add the following to your `config.php`: 'user_backends' => array(