Skip to content

Commit

Permalink
Merge pull request #53 from nextcloud/fix-documentation
Browse files Browse the repository at this point in the history
📖 DOC: sslmode is a string too && add possible values for sslmode
  • Loading branch information
violoncelloCH authored Mar 18, 2019
2 parents 2a54ac0 + ec7929a commit 62911f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,14 @@ 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(
array(
'class' => 'OC_User_IMAP',
'arguments' => array(
'127.0.0.1', 993, ssl, 'example.com'
'127.0.0.1', 993, 'ssl', 'example.com'
),
),
),
Expand Down

0 comments on commit 62911f8

Please sign in to comment.