wekan / ldap

LDAP support for Wekan code has been moved to https://github.com/wekan/wekan/tree/master/packages/wekan-ldap , issues to https://github.com/wekan/wekan/issues , and if PRs are needed please add them instead to https://github.com/wekan/wekan/pulls
https://github.com/wekan/wekan/tree/master/packages/wekan-ldap
MIT License
12 stars 10 forks source link

DSID error ldap user login docker #71

Open ZamanOof opened 4 years ago

ZamanOof commented 4 years ago

Hello, after configured docker compose when try to login get this message: [ERROR] StrongAuthRequiredError: BindSimple: Transport encryption required. the wrong is wekan-ladp not support server NSDC of netherserver? when disable it from the server I get this error? [ERROR] InvalidCredentialsError: 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, v1db1 and when enable TLS from file confige and add certificate get: wekan-app | ca: wekan-app | [ '-----BEGIN CERTIFICATE-----MIIF3jCCA8agAwIBAgIC...-----END CERTIFICATE-----' ] } } wekan-app | [ERROR] connection time out 10000 wekan-app | [ERROR] Error: Timeout so how can i debug it to get more information?is there is way to make change manully (for ldap)? and where is the wrong? as DSID error maybe related to https://github.com/wekan/wekan-ldap/issues/48 https://github.com/wekan/wekan-ldap/issues/52 version:v3.64 Best Regards

hever commented 4 years ago

Not absolutely sure, but maybe you may try what I mentioned here: https://github.com/wekan/wekan-ldap/issues/70

There are three protocols: LDAP (no encryption), LDAPS (deprecated) and LDAP with StartTLS (for this you need setup for-now undocumented value).

fv3rdugo commented 4 years ago

You can try connect throught stunnel. Configure a stunnel p.e. localhost:389 to YourLDAPserver:636 and configure Wekan docker-compose with: