diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-09-08 02:32:50 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-09-08 02:32:50 +0200 |
commit | bddd49e67875922e20377780c3d2797bc06ab50b (patch) | |
tree | 586c64c2f248a58d014d0d8fff198d7a3d0b4ca6 | |
parent | bc41db5237d188c339d25d96a20465e488ea5475 (diff) |
wibble
-rw-r--r-- | roles/nextcloud/files/etc/ldap/ldap.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/nextcloud/files/etc/ldap/ldap.conf b/roles/nextcloud/files/etc/ldap/ldap.conf index 5f388f1..b4ebe34 100644 --- a/roles/nextcloud/files/etc/ldap/ldap.conf +++ b/roles/nextcloud/files/etc/ldap/ldap.conf @@ -6,5 +6,5 @@ # This file should be world readable but not world writable. # TLS certificates (needed for GnuTLS) -TLS_CACERT /etc/ldap/ssl/ldap.fripost.org.pem -TLS_REQCERT hard +TLS_CACERT /etc/ldap/ssl/ldap.fripost.org.pem +TLS_REQCERT hard |