From ad71aa631ead55d4e0199fc52afef9560cb83102 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 5 Jun 2022 07:42:52 +0200 Subject: [PATCH] Fix --- conf/app.src | 4 ++-- conf/hm3.sample.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 4442a92..23a24a3 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/jasonmunro/cypht/archive/897e762fc5a94c0a4b6a244d6378f8617144975e.zip -SOURCE_SUM=891545e61aa9986f9d53f0b9f039102378283cfe465575491bf431ef09f82bd8 +SOURCE_URL=https://github.com/jasonmunro/cypht/archive/2e9875c8ccfee750b34958587507f1a9c2ae8b67.zip +SOURCE_SUM=17638c5eae1d79763b9496f531f76b4db17524e4f0a41ab1be932d271f8a0007 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/conf/hm3.sample.ini b/conf/hm3.sample.ini index 4a43551..9bb3727 100644 --- a/conf/hm3.sample.ini +++ b/conf/hm3.sample.ini @@ -69,7 +69,7 @@ ldap_auth_port=389 ; Enable TLS/SSL connections. Leave blank or set to false to disable. Set to ; true to enable TLS connections. -ldap_auth_tls= +ldap_auth_tls=false ; The "base dn" of the LDAP server ldap_auth_base_dn="ou=users,dc=yunohost,dc=org"