Added all LDAP changes before removing, because it doesn't work. Will trty to replace it by OIDC

This commit is contained in:
2025-08-28 19:22:37 +02:00
parent ef801aa498
commit fe399c3967
13 changed files with 641 additions and 43 deletions

View File

@@ -0,0 +1,14 @@
- name: "Run LDAP diagnose"
command:
argv:
- docker
- exec
- "{{ JOOMLA_CONTAINER }}"
- php
- /var/www/html/cli/ldap-diagnose.php
- "--username={{ users.administrator.username }}"
register: ldap_diag
changed_when: false
- debug:
var: ldap_diag.stdout_lines