-
Notifications
You must be signed in to change notification settings - Fork 17
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
Easier tls #512
Easier tls #512
Conversation
a49e231
to
0497dfa
Compare
Codecov Report
@@ Coverage Diff @@
## master #512 +/- ##
===========================================
+ Coverage 35.95% 36.75% +0.8%
+ Complexity 1332 1305 -27
===========================================
Files 31 31
Lines 3780 3700 -80
===========================================
+ Hits 1359 1360 +1
+ Misses 2421 2340 -81
Continue to review full report at Codecov.
|
Fixes #505 ? |
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.
Looks good
Yes, as long as he has the certificates to validate the LDAP server. He can also turn off the certificate validation although it's in the advanced tab. |
5596f3d
to
b11d6dc
Compare
@micbar had a look at the code as well as at the demo from JP. Change makes totally sense so 👍 |
c0e817b
to
74c6df0
Compare
@jvillafanez please rebase and merge, seems fine |
cannot be verified because of missing CA certificate
74c6df0
to
f3cf582
Compare
Make it easier to handle TLS support by using a checkbox instead of auto-detection.
Note that the CA certificate for the LDAP server must be accessible by the ownCloud's LDAP library (the default OS' certificate location should work)
Related: https://github.com/owncloud/enterprise/issues/3721
Quick list of changes: