Skip to content
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

DSID error ldap user login docker #71

Open
ZamanOof opened this issue Jan 11, 2020 · 2 comments
Open

DSID error ldap user login docker #71

ZamanOof opened this issue Jan 11, 2020 · 2 comments

Comments

@ZamanOof
Copy link

ZamanOof commented Jan 11, 2020

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
#48
#52
version:v3.64
Best Regards

@hever
Copy link

hever commented Jan 24, 2020

Not absolutely sure, but maybe you may try what I mentioned here: #70

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

@fv3rdugo
Copy link

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

  • LDAP_ENABLE=true
  • LDAP_PORT=389
  • LDAP_HOST=localhost
  • LDAP_ENCRYPTION=false
    It was an option to solve my problems with olds LDAP servers, p.e.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants