diff options
| author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-11-28 11:13:22 +0000 |
|---|---|---|
| committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-11-28 11:13:22 +0000 |
| commit | b0c0e8c4bb2e533a00611276bc36344ba76052f4 (patch) | |
| tree | 914aa98351ccfa844a4d53863cde7c70d8447c8a /roles/ipa | |
| parent | dfade0668cacffe25cfb1a122ca865a4e35a6f3e (diff) | |
| download | ansible-b0c0e8c4bb2e533a00611276bc36344ba76052f4.tar.gz ansible-b0c0e8c4bb2e533a00611276bc36344ba76052f4.tar.xz ansible-b0c0e8c4bb2e533a00611276bc36344ba76052f4.zip | |
DM password not needed
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'roles/ipa')
| -rw-r--r-- | roles/ipa/server/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/ipa/server/tasks/main.yml b/roles/ipa/server/tasks/main.yml index 5740dde9c..87cdaf05f 100644 --- a/roles/ipa/server/tasks/main.yml +++ b/roles/ipa/server/tasks/main.yml @@ -200,7 +200,7 @@ - config - name: Apply LDIF files - command: ldapmodify -Y EXTERNAL -H ldapi://%2fvar%2frun%2fslapd-FEDORAPROJECT-ORG.socket + command: ldapmodify -Y EXTERNAL -H {{ ipa_ldap_socket }} -f /root/ldif/{{item}}.ldif with_items: - grant_fas_sync @@ -214,7 +214,7 @@ # This is a special one, in that it needs to apply on each master since it's non-replicated. - name: Grant access to replication status - command: ldapmodify -Y EXTERNAL -H ldapi://%2fvar%2frun%2fslapd-FEDORAPROJECT-ORG.socket + command: ldapmodify -Y EXTERNAL -H {{ ipa_ldap_socket }} -f /root/ldif/grant_anonymous_replication_view.ldif tags: - ipa/server |
