Skip to content

after update 0.5.1-> 0.7.0 the config.php change not work #97

Description

@Mannshoch

Steps to reproduce

  1. Update 0.5.1->0.6.4
  2. change config.php as needed for IMAP Backend
  3. try login user: username@domain.ch
  4. Login not possible

old config.php

  'user_backends' => array (
    0 => array (
      'class' => 'OC_User_IMAP',
      'arguments' => 
      array (
        0 => '{localhost:143/novalidate-cert/imap/readonly}',
      ),
    ),
  ),

new config.php

example user: username@domain.ch

'user_backends' => array(
    array(
        'class' => 'OC_User_IMAP',
        'arguments' => array(
            'localhost', 143, null, 'domain.ch', false, false
        ),
    ),
),

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions