-
Notifications
You must be signed in to change notification settings - Fork 10
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
Missing information about tls option in wekan.help #70
Comments
Have you fixed this already? |
In my case, we are using LDAPS, yes. Setting LDAP_ENCRYPTION to 'tls' did work for us. I'm not sure I fully understand what's the issue here ? |
Issue is here because of documentation, wekan.help, etc. There is no information, that you could use 'tls' option. I know it, because i want tls and studying code. |
Actually I don't see where the 'wekan.help' you mention, is. Can you provide me a link or anything else? Thanks ! |
Help does not have any info about all different settings like false ssl etc. https://github.com/wekan/wekan/blob/edge/snap-src/bin/wekan-help#L167 https://github.com/wekan/wekan/blob/edge/snap-src/bin/config#L181 |
Some more words to this issue. @imkwx In LDAP world, there is three options how to transport data
But non encrypted ldap is suppressed now (windows won't talk without encryption in default) and ldaps is deprecated too (http://www.openldap.org/faq/data/cache/605.html). So, there is only one method for the future - ldap on port 389 with StartTLS. If you setup your LDAP server like that and than you want to work with wekan, you don't know how. Because in manual (= help page), there is no word about StartTLS option. You have to look at source code to discover existing of LDAP_ENCRYPTION = 'tls' option. It's time to make changes in manual for future. |
Please add PRs that adds missing docs to here:
Also please edit directly these wiki pages:
There is also new Wekan docs efforts where new contributors are very welcome, I can add anyone interested to these repos: |
wekan.help:
ldap-encryption: If using LDAPS
Current value set to: 'false', (default value: 'false')
But there's also option 'tls' for non LDAPS but StartTLS only.
The text was updated successfully, but these errors were encountered: