We want LDAP listen on ldapi:/// by default
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Gregory Colpart 2021-07-08 19:22:00 +02:00
parent bf49ec8df5
commit 491407953c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
ldap_listen: "ldap://127.0.0.1:389/"
ldap_listen: "ldap://127.0.0.1:389/ ldapi:///"
ldap_hostname: "{{ ansible_hostname }}"
ldap_domain: "{{ ansible_domain }}"