From 556f33f15fec1e86efba8457c4f92700a3c71cfc Mon Sep 17 00:00:00 2001 From: frju365 Date: Wed, 24 Oct 2018 21:04:01 +0200 Subject: [PATCH] [fix] Add a proper conf for LDAP (Issue 1218) (#554) * Update ldap.conf * [fix] Port --- data/templates/slapd/ldap.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/templates/slapd/ldap.conf b/data/templates/slapd/ldap.conf index 406b5c175..09aeb8b4f 100644 --- a/data/templates/slapd/ldap.conf +++ b/data/templates/slapd/ldap.conf @@ -5,8 +5,8 @@ # See ldap.conf(5) for details # This file should be world readable but not world writable. -#BASE dc=example,dc=com -#URI ldap://ldap.example.com ldap://ldap-master.example.com:666 +BASE dc=yunohost,dc=org +URI ldap://localhost:389 #SIZELIMIT 12 #TIMELIMIT 15