Lauri Ojansivu
00768b4392
Added back WeKan lockout, ldap, oidc, cas.
...
Thanks to xet7 !
3 years ago
Lauri Ojansivu
3394f54fb4
Fixed LDAP authentication doesn't support mutliple emails in LDAP accounts.
...
Thanks to buzztiaan !
Fixes #4452
3 years ago
Lauri Ojansivu
40265144af
Upgrade to Meteor 2.3.4
...
Thanks to xet7 !
3 years ago
Lauri Ojansivu
302afae0bb
Updated dependencies.
4 years ago
Lauri Ojansivu
fe40f35d6d
LDAP AD Simple Auth: Added settings for all Wekan Standalone (non-Sandstorm) platforms.
...
Thanks to xet7 !
4 years ago
Stefan Maaßen
c0d1ed714e
added comment because of change in configuration dependencies
4 years ago
Robert Scheck
4c6084ab68
Repair LDAP_REJECT_UNAUTHORIZED=false (broken by commit 31f8912
, fixes #3493 )
...
Previous commit 31f89121fe
happened to fix
CVE-2021-3309, but unfortunately breaks LDAP_REJECT_UNAUTHORIZED=false.
4 years ago
Robert Scheck
927d15f2d8
Handle '\n' line breaks in PEM-encoded SSL/TLS certificates
...
For example Podman, handling OCI containers, does not seem to have
a way to pass multi-line strings via env files (and Docker seems to
have the same issue at least outside of docker-compose). Thus this
change allows 'LDAP_CA_CERT' to handle a string with '\n', because
currently only 0x0A aka LF might work. An example for additionally
supported format:
LDAP_CA_CERT=-----BEGIN CERTIFICATE-----\n...\n...\n...\n-----END CERTIFICATE-----
See also: https://github.com/wekan/wekan/issues/3484
4 years ago
Robert Scheck
31f89121fe
Reject by default LDAP connections not authorized via CA trust store
...
See also: https://github.com/wekan/wekan/issues/3482
4 years ago
Lauri Ojansivu
1a049e4499
Fixed LDAP Group Filters not working in docker.
...
Thanks to Sancretor !
Fixes wekan/wekan-ldap#86
4 years ago
Girish Ramakrishnan
e79e0cfb66
ldap: sync email address
5 years ago
Lauri Ojansivu
5eb3784527
Revert users changes that were made at Wekan v4.16.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
f245b6b7fa
Update users.js etc with global search replace, to try to fix selecting correct user.
...
Thanks to xet7 !
5 years ago
Stefan Maaßen
fe7962e10a
AD Simple Auth is working
5 years ago
Lauri Ojansivu
9b905c2833
Try to fix Node 12 Buffer() deprecation errors.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
e01f4dbf13
Change Buffer to Buffer.alloc on Node v12. Try to fix Snap.
5 years ago
Tobias
2bd48bc45c
add settings field for LDAP user authentication field
6 years ago
Jean-Christophe Haessig
be44fb8aea
Makes LDAP background sync work. If the sync interval is unspecified, falls back to a hourly default.
6 years ago
Lauri Ojansivu
0fe40ad9ec
- Add missing [wekan-ldap#40]( https://github.com/wekan/wekan-ldap/pull/40 ) code about LDAP_SYNC_ADMIN_STATUS.
...
Thanks to JulianJacobi, n-st, chirrut2 and xet7 !
Closes #2351
6 years ago
Thiago Fernando
36f148a7cb
Update loginHandler.js
...
additional option to login in ldap server with user account
6 years ago
Thiago Fernando
fd1af07e43
Update ldap.js
6 years ago
Lauri Ojansivu
816ccf6509
Update package names.
6 years ago
Lauri Ojansivu
73e265d8fd
Include to Wekan packages directory contents, so that meteor command would build all directly.
...
This also simplifies build scripts.
Thanks to xet7 !
6 years ago