-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New LDAPProvider for user_ldap #519
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
Conversation
|
best would be to wait until this is integrated into owncloud, because we regularly fetch the changes from there. Otherwise we will fix stuff here differently from what is fixed in ownCloud and merging this then in the end will be a nightmare. @GitHubUser4234 Is this okay for you? I would then close this PR. |
|
@MorrisJobke: We switched to NC and it is high priority for us to have it included in NC 10. Waiting would put this target at risk. For OC we won't push for a merge there in the near future. |
We already released a beta release of NC 10 and will not include new features anymore in the stable10 branch. This needs to wait for NC 11 |
|
cc @blizzz |
I am not aware we announced a feature freeze, did we? Also, because we still lack other planned features for 10. |
|
AFAICS there's no setPassword functionality implemented yet? |
|
@andreas-p : good news, a setPassword functionality is in the works: #520
|
|
Well, if sambaNTpassword isn't set correctly in parallel it's unusable for me.... |
|
Integration Tests succeeding ✅ |
| $mocks['ocConfig'] = $this->getMock('\OCP\IConfig'); | ||
| $mocks['db'] = $this->getMock('\OCP\IDBConnection'); | ||
| $mocks['helper'] = $this->getMock('\OCA\User_LDAP\Helper'); | ||
| $mocks['helper'] = new \OCA\User_LDAP\Helper(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change makes the unit test break
|
thanks a lot @blizzz . Changes are committed accordingly. I have also removed the word "owncloud" from the comments of all new API methods. |
|
LGTM |
Discussed with @karlitschek earlier this week that a backport would be OK. Since we had no feature freeze, upon to the feature maintainers discretion. Also, it has minor changes in the existing code, primarily extends Nc and the LDAP backend with an LDAP Provider functionality. |
|
We need a second reviewer :) @MorrisJobke or @schiessle maybe? |
|
As requested by @schiessle at #600 , new files are updated with nextcloud license headers now. |
|
Can't test it but I'm sure @blizzz and @GitHubUser4234 know what they are doing 😉 Had a look at the code, looks good to me 👍 @GitHubUser4234 thanks for adjusting the copyright headers! |
|
Thanks a lot @blizzz @schiessle @MorrisJobke for making this contribution possible 👍 |
Please refer to owncloud/core#23992