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))',