Closed x3n1ty closed 6 years ago
Hi @x3n1ty
this issue seems to be related to a recent code refactoring the ownCloud team did to the process of user handling in the ownCloud 10.0.8 core. I am currently trying to fix this issue, I will report back, when it is available. 10.0.7 is still working as expected.
Regards,
Felix
@x3n1ty Version 1.5.3 fixes the issue with ownCloud 10.0.8. Please try that version and report back if you still have errors.
Regards Felix
Hello, i am running an ownCloud 10.0.8 (stable) with an actual phpUserCAS version from apereo and user_cas plugin installed.
I'm running into the following issue:
User already provided by another backend (OC\User\Database !== OCA\UserCAS\User\Backend), skipping."}
The user gets created in the owncloud user database after the first login but gets thrown back to the owncloud login page. After that a manual login via the owncloud login website is possible with the credentials from cas.
I dont find any information regarding this error.
user_cas configuration: CAS Server Version: CAS 1.0 and CAS 2.0 tested (CAS 2.0 prefered) CAS Server Hostname: login.xx.de CAS Server Port: 443 CAS Server Path: cas Service URL: emty Certification file path: empty
Force user login using cas? true Autocreate user after first CAS login? true Update user data after each CAS login? true and false tested (true prefered) Groups that will not be unlinked: empty Default group: empty
Mapping all default
PHP-CAS Library points to the right directory
Full owncloud.log:
apache2 log:
[Thu May 17 14:38:38.585378 2018] [negotiation:error] [pid 635] [client xx.xx.xx.xx] AH00687: Negotiation: discovered file(s) matching request: /var/www/owncloud/settings/users (None could be negotiated).
CAS-Debug.log
Thank you in advance for the help, and thanks for this great project !