-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix LDAP update routine to OC 7 #13759
Conversation
The inspection completed: 3 new issues |
Refer to this link for build results (access rights to CI server needed): |
👍 |
-99 does not solve the problem, exactly same symptom as before in #12801 |
Thing is, if the users were already migrated to new GUIDs then this PR will not repair those. It would only work if the fix is applied before the upgrade to OC 7 (which I believe you did ?) |
😢 @jcfischer So you already update to the stable7 branch before? |
@PVince81 @MorrisJobke - we did a test upgrade in october/november last year from 6.0.4 or 0.5 to oC 7 EE (possibly the first release) and it went smoothly. We have since upgraded that installation to 7.0.4. We changed from LDAP uuid to LDAP uid (i.e. email addresses) shortly after our 6.0 deployment with just a few hundred users by manually fixing up the database. There haven't been any UUID users since then. |
@jcfischer how exactly did you configure oc to use the email adress as the userid in owncloud? in the ldap settings dialog? please describe. |
@butonic on the LDAP experts page, use the |
@butonic Can you review this because this reduces the propability, that something is broken later. Thanks :) |
@blizzz can you describe the steps and test cases for this fix ? |
Before fix: ldap_uuid_user_attribute is empty In case it is neither empty nor auto it's even far less a problem ;) |
👍 |
fix LDAP update routine to OC 7
Supposed to fix #12035 and #12801
Please review and test @butonic @MorrisJobke @PVince81 @jcfischer @fleish
(sidenote: for OC 8 the whole update.php can be dropped imho, as there where no relevant changed. will test and do a PR later).