Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redhad ldaps not working properly #14

Open
escube opened this issue Dec 14, 2015 · 1 comment
Open

redhad ldaps not working properly #14

escube opened this issue Dec 14, 2015 · 1 comment

Comments

@escube
Copy link

escube commented Dec 14, 2015

There is a task that copies ldap file when ldaps is enabled.
copy: src=ldap dest=/etc/sysconfig/ldap mode=0755

@ozbillwang
Copy link

A temp fix in tasks/configure_ldap.yml

- name: copy the supporting files
  copy: src=ldap dest=/etc/sysconfig/ldap mode=0755
  copy: src=slapd_fedora dest=/etc/sysconfig/slapd mode=0755
  when: openldap_server_enable_ssl and ansible_os_family == 'RedHat'
  notify:
   - restart slapd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants