-
-
Notifications
You must be signed in to change notification settings - Fork 585
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 install for systems without ldap extension #846
Conversation
When I added security section to local.yaml, I got this:
|
Hm, worked here flawlessly. Ok, I will research whats wrong and report back. |
Seems to be a limitation of the Symfony framework. Locally I store my custom config in the environment specific directory, so it doesn't cause problem when running my testsuite. The file I yet don't understand why this should be any different, but could you please try to move your unchanged config to |
Yep, works fine like that. |
Smells fishy to manipulate the loading order to get it to work, still searching for the "right way to do it". This seems to be a longer story, as there is an open issue at Symfony regarding this topic: Will work my way backwards through the Symfony discussions to find a solution... |
Codecov Report
@@ Coverage Diff @@
## master #846 +/- ##
============================================
- Coverage 93.78% 93.68% -0.11%
+ Complexity 2338 2332 -6
============================================
Files 240 239 -1
Lines 7355 7345 -10
============================================
- Hits 6898 6881 -17
- Misses 457 464 +7
|
should work now with |
Yes, I can confirm, it is working. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. If you use Kimai on a daily basis, please consider donating to support further development of Kimai. |
Description
Fixes the requirement to the php extension "ldap".
LDAP users now have to execute
composer require zendframework/zend-ldap
in order to use LDAP authentication.Updated docs online at: https://www.kimai.org/documentation/ldap.html#installation
See #815
Types of changes
Checklist
composer kimai:code-check
)