Refactored and solved bugs

This commit is contained in:
2025-04-08 21:33:43 +02:00
parent 1be413f20d
commit da5962c337
31 changed files with 356 additions and 447 deletions

View File

@@ -4,7 +4,7 @@
listen: "Import LDIF files"
# @todo Remove the following ignore errors when setting up a new server
# Just here because debugging would take to much time
# ignore_errors: true
ignore_errors: true
- name: Refint Module Activation for OpenLDAP
shell: >
@@ -14,7 +14,7 @@
failed_when: ldapadd_result.rc not in [0, 68]
# @todo Remove the following ignore errors when setting up a new server
# Just here because debugging would take to much time
# ignore_errors: true
ignore_errors: true
- name: Refint Overlay Configuration for OpenLDAP
shell: >
@@ -24,7 +24,7 @@
failed_when: ldapadd_result.rc not in [0, 68]
# @todo Remove the following ignore errors when setting up a new server
# Just here because debugging would take to much time
# ignore_errors: true
ignore_errors: true
- name: "Import users, groups, etc. to LDAP"
shell: >