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

not showing ldap authentication #96

Closed veloprofz closed 1 year ago

veloprofz commented 1 year ago

srv configuration: Wekan + snap

WeKan ® Version | 6.09.0 Meteor version | 2.2 Node version | 12.22.10 MongoDB version | 3.2.22 OS Type | Linux/x64/5.10.0-21-amd64

image

xet7 commented 1 year ago

@veloprofz

https://github.com/wekan/wekan/wiki/LDAP

Snap

sudo snap set wekan ldap-enable='true'

Docker

https://github.com/wekan/wekan/blob/master/docker-compose.yml#L488

xet7 commented 1 year ago

@veloprofz

Please stopping adding duplicate questions in other unrelated issues. Thanks!

veloprofz commented 1 year ago

@veloprofz

https://github.com/wekan/wekan/wiki/LDAP

Snap

sudo snap set wekan ldap-enable='true'

Docker

https://github.com/wekan/wekan/blob/master/docker-compose.yml#L488

after this command not show this option in admin panel.

xet7 commented 1 year ago

@veloprofz

Did you add other LDAP options like listed here?

https://github.com/wekan/wekan/wiki/LDAP

veloprofz commented 1 year ago

@veloprofz

Did you add other LDAP options like listed here?

https://github.com/wekan/wekan/wiki/LDAP

of course, I looked at everything related to snap:

https://raw.githubusercontent.com/wekan/wekan/devel/snap-src/bin/config => 404: Not Found

after this command:

sudo snap set wekan ldap-enable='true' sudo snap set wekan default-authentication-method='ldap' sudo snap set wekan ldap-fullname-field='CN'

does not show ldap option. image

image

xet7 commented 1 year ago

@veloprofz

Where did you get this old URL ? Is there error at some wiki page?

https://raw.githubusercontent.com/wekan/wekan/devel/snap-src/bin/config

This is correct URL:

https://raw.githubusercontent.com/wekan/wekan/master/snap-src/bin/config

xet7 commented 1 year ago

@veloprofz

Your screenshot does not show this:

ldap-enable true

Did you run this command?

sudo snap set wekan ldap-enable='true'
veloprofz commented 1 year ago

@veloprofz

Where did you get this old URL ? Is there error at some wiki page?

https://raw.githubusercontent.com/wekan/wekan/devel/snap-src/bin/config

This is correct URL:

https://raw.githubusercontent.com/wekan/wekan/master/snap-src/bin/config

Example from setting listed at this config file: https://github.com/wekan/wekan-snap/wiki/Supported-settings-keys

xet7 commented 1 year ago

@veloprofz

Thanks! I fixed those links.

xet7 commented 1 year ago

@veloprofz

You could make backup and try upgrading to WeKan Snap Candidate: https://github.com/wekan/wekan/issues/4780

veloprofz commented 1 year ago

sudo snap set wekan ldap-enable='true'

Thx, after this

@veloprofz

Your screenshot does not show this:

ldap-enable true

Did you run this command?

sudo snap set wekan ldap-enable='true'

Thx, after this command show this option.

veloprofz commented 1 year ago

@veloprofz

You could make backup and try upgrading to WeKan Snap Candidate: wekan/wekan#4780

thx , I installed another server based on Centos and now there is the new version:

image