Skip to content

Commit cec39c8

Browse files
committed
openldap: upgrade self-service-password to v1.8.1
1 parent bf93506 commit cec39c8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
3838
* nextcloud: replace cron background tasks with systemd timer
3939
* nextcloud: add postgresql collation refresh migration for debian 13
4040
* nextcloud,openldap,shaarli,tt-rss: remove old php-fpm pools from debian 12
41+
* openldap: upgrade self-service-password to [v1.8.1](https://github.com/ltb-project/self-service-password/releases/tag/v1.8.1)
4142
* llamacpp: update to latest version
4243
* stirlingpdf: update to [v2.14.2](https://github.com/Stirling-Tools/Stirling-PDF/releases)
4344
* gitea-act-runner: update to [v2.0.1](https://gitea.com/gitea/runner/releases)

roles/openldap/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ self_service_password_debug: no
8080
# installation directory for Self Service Password
8181
self_service_password_install_dir: "/var/www/{{ self_service_password_fqdn }}"
8282
# LDAP Self-Service Password version (https://github.com/ltb-project/self-service-password/releases)
83-
self_service_password_version: "1.7.3"
83+
self_service_password_version: "1.8.1"
8484
# LDAP server URI for Self Service Password (e.g. ldap://localhost:389 or ldap://ldap.CHANGEME.org:686)
8585
self_service_password_ldap_url: "ldap://{{ openldap_fqdn }}:389"
8686
# HTTPS/SSL/TLS certificate mode for the Self Service Password webserver virtualhost

0 commit comments

Comments
 (0)