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
 
@@ -40,7 +40,7 @@
 

	
 
- 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
0 comments (0 inline, 0 general)