Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## v2.21.3-3 _(dev)_
* Fix updateConf script when value is multiline
* Improve Patroni patch
* Add device-pam

## v2.21.3-2 _(2025-11-14)_
* Add Twake app-accounts plugin
Expand Down
1 change: 1 addition & 0 deletions full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN \
787-CrowdsecAgent.patch \
797-crowdsec-agent.patch \
twake-plugins.patch \
dp.patch \
; do echo patch $p && patch -p1 < $p; done && \
rm -f *.patch && \
LLNG_DEFAULTCONFFILE=/etc/lemonldap-ng/lemonldap-ng.ini \
Expand Down
908 changes: 908 additions & 0 deletions full/dp.patch

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ RUN \
787-CrowdsecAgent.patch \
797-crowdsec-agent.patch \
twake-plugins.patch \
dp.patch \
; do echo patch $p && patch -p1 < $p; done && \
rm -f *.patch && \
LLNG_DEFAULTCONFFILE=/etc/lemonldap-ng/lemonldap-ng.ini \
Expand Down
908 changes: 908 additions & 0 deletions manager/dp.patch

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions portal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN set -e && for p in appgrid.patch app-scope.patch ignorepollers.patch \
722-adminlogout.patch 784-Crowdsec.patch 797-crowdsec-agent.patch 802-crowdsec-agent.patch \
808-oidc-fix.patch \
twake-wellknown.patch \
dp.patch \
; do echo patch $p && patch -p1 < $p; done && \
cp -f /usr/share/lemonldap-ng/portal/htdocs/static/common/js/kerberosChoice.js /usr/share/lemonldap-ng/portal/htdocs/static/common/js/kerberosChoice.min.js && \
rm -f /*.patch && \
Expand Down
Loading
Loading