Changeset - cb01d2d10fca
[Not reviewed]
0 1 0
Branko Majic (branko) - 4 years ago 2020-05-08 13:13:44
branko@majic.rs
MAR-149: Install Python 3 LDAP binding for ldap_server.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/ldap_server/tasks/main.yml
Show inline comments
 
@@ -37,13 +37,13 @@
 
    #   able to read both the private key and certificate. Therefore we need to
 
    #   immediatelly restart (since configuration is done live on the server.
 
    - skip_ansible_lint
 

	
 
- name: Install Python LDAP bindings
 
  apt:
 
    name: python-ldap
 
    name: python3-pyldap
 
    state: present
 

	
 
- name: Set-up LDAP server to listen on legacy SSL port
 
  lineinfile:
 
    dest: /etc/default/slapd
 
    state: present
0 comments (0 inline, 0 general)