From: Frank Brehm Date: Thu, 15 Oct 2020 13:16:57 +0000 (+0200) Subject: Minor changes X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=b8f4084d58e0b7a521fc1d98bb1642d906c9eccc;p=pixelpark%2Fldap-migration.git Minor changes --- diff --git a/roles/base/tasks/overlays0-memberof.yaml b/roles/base/tasks/overlays0-memberof.yaml index 39a7363..1f3b004 100644 --- a/roles/base/tasks/overlays0-memberof.yaml +++ b/roles/base/tasks/overlays0-memberof.yaml @@ -37,7 +37,7 @@ debug: msg={{ content_ovl_memberof_groupOfNames_file.stdout_lines }} - name: "Applying memberof overlay or groupOfNames." - shell: "ldapadd -Y EXTERNAL -H ldapi:/// -f '{{ ovl_memberof_groupOfNames_file.path }}'" + shell: "ldapadd -Q -Y EXTERNAL -H ldapi:/// -f '{{ ovl_memberof_groupOfNames_file.path }}'" rescue: - name: "Failing base installation of OpenLDAP server because of some errors." @@ -90,7 +90,7 @@ debug: msg={{ content_ovl_memberof_groupOfUniqueNames_file.stdout_lines }} - name: "Applying memberof overlay or groupOfUniqueNames." - shell: "ldapadd -Y EXTERNAL -H ldapi:/// -f '{{ ovl_memberof_groupOfUniqueNames_file.path }}'" + shell: "ldapadd -Q -Y EXTERNAL -H ldapi:/// -f '{{ ovl_memberof_groupOfUniqueNames_file.path }}'" rescue: - name: "Failing base installation of OpenLDAP server because of some errors."