This repository was archived by the owner on Jul 18, 2018. It is now read-only.
Make user_cas working again for new ldap users#35
Open
bastienho wants to merge 2 commits intoowncloud-archive:masterfrom
Open
Make user_cas working again for new ldap users#35bastienho wants to merge 2 commits intoowncloud-archive:masterfrom
bastienho wants to merge 2 commits intoowncloud-archive:masterfrom
Conversation
Move generateRandomBytes() to OCP Fix : `PHP Fatal error: Call to undefined method OC_Util::generateRandomBytes() in user_cas/lib/hooks.php on line 73`
Adds required argument `IUserManager $userManager` fix error : ```Argument 7 passed to OCA\\user_ldap\\lib\\user\\Manager::__construct() must implement interface OCP\\IUserManager, none given, called in /apps/user_cas/lib/ldap_backend_adapter.php on line 63 and defined at /apps/user_ldap/lib/user/manager.php#90```
|
By analyzing the blame information on this pull request, we identified @pitbulk, @brenard and @MorrisJobke to be potential reviewers |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix 2 PHP errors