nextcloud / user_external

👥 External user authentication methods like IMAP, SMB and FTP
https://apps.nextcloud.com/apps/user_external
108 stars 64 forks source link

Incompatible with Nextcloud 28.0.3 #245

Closed peter4200 closed 6 months ago

peter4200 commented 7 months ago

Steps to reproduce

  1. Nextcloud prior to version 28.0.3
  2. Goto Administration Setting
  3. Check Update section

Expected behaviour

No warnings

Actual behaviour

Warning about incompatible

Affected Authentication backend

IMAP

Server configuration

User External App version: (see Nextcloud apps page)

Operating system: Ubuntu 22.04, fully updated

Web server: Apache 2.4.52

Database: Mariadb 15.1

PHP version: 8.1.2.

Nextcloud version: (see Nextcloud admin page) 27.1.7

Updated from an older Nextcloud/ownCloud or fresh install: Updated from previous version (27.1.6)

Where did you install Nextcloud from: Nextcloud homepage

Signing status:

Signing status ``` Login as admin user into your Nextcloud and access http://example.com/index.php/settings/integrity/failed paste the results here. ```

List of activated apps:

App list ``` If you have access to your command line run e.g.: sudo -u www-data php occ app:list from within your Nextcloud installation folder ```

Nextcloud configuration:

Config report ``` If you have access to your command line run e.g.: sudo -u www-data php occ config:list system from within your Nextcloud installation folder or Insert your config.php content here. Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …) ```

Logs

Web server error log

Web server error log ``` Insert your webserver log here ```

Nextcloud log (data/nextcloud.log)

Nextcloud log ``` Insert your Nextcloud log here ```

Browser log

Browser log ``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```
prismopensource commented 7 months ago

Seems like a duplicate of Nextcloud 28 support #240

Thom1b commented 6 months ago

Hi, I just want to thanks all devs of this app. I used it since… maybe 10 years. It's a great app. Now I migrated all my imap accounts to ldap, it works fine! Thanks again ;)

El-Gavy commented 6 months ago

Solved looking at https://github.com/nextcloud/user_external/commit/430a0e638498a18313a4de1fc960fc752f84d958 ?

kng-seb commented 6 months ago

Unfortunately the release is still missing - it would be great if someone could draft a new release!