]> Frank Brehm's Git Trees - pixelpark/ldap-migration.git/commitdiff
Minor changes
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 15 Oct 2020 13:16:57 +0000 (15:16 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 15 Oct 2020 13:16:57 +0000 (15:16 +0200)
roles/base/tasks/overlays0-memberof.yaml

index 39a736304296ba43656a5d71f8a4b1571b946124..1f3b004af12a6c0532f03b7032dd720f59b31339 100644 (file)
@@ -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."