update lldap to v0.6.0
All checks were successful
ansible-lint / gitleaks (push) Successful in 3s
ansible-lint / Ansible Lint (push) Successful in 36s

Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-11-14 13:47:25 +01:00
parent ad4c287be5
commit a3994c941f

View file

@ -35,7 +35,7 @@ ufw_rules:
from_ip: 192.168.2.0/24 from_ip: 192.168.2.0/24
### mgrote_lldap ### mgrote_lldap
lldap_package_url: "https://download.opensuse.org/repositories/home:/Masgalor:/LLDAP/xUbuntu_22.04/amd64/lldap_0.5.0-1+4.1_amd64.deb" lldap_package_url: "https://download.opensuse.org/repositories/home:/Masgalor:/LLDAP/xUbuntu_22.04/amd64/lldap_0.6.0-1+1.1_amd64.deb"
lldap_logging_verbose: "true" # must be a string not a boolean lldap_logging_verbose: "true" # must be a string not a boolean
lldap_http_port: 17170 lldap_http_port: 17170
lldap_http_host: "0.0.0.0" lldap_http_host: "0.0.0.0"