From 4627620b222de59840cd484b96658e24f9b968ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 12 May 2024 18:27:20 +0200 Subject: [PATCH] fix --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index aaa878e..0370ebc 100644 --- a/conf/config.php +++ b/conf/config.php @@ -17,7 +17,7 @@ return array( 'ldap' => array( 'enabled' => true, 'schema' => 'ldap', - 'host' => 'ldap://127.0.0.1', + 'host' => '127.0.0.1', 'port' => 389, 'base_domain' => 'dc=yunohost,dc=org', 'search_filter' => '(&(|(objectclass=posixAccount))(uid={{username}})(permission=cn=__APP__.main,ou=permission,dc=yunohost,dc=org))',