From 511b2c7e926e15be299e01cba05fd992ce72283d Mon Sep 17 00:00:00 2001 From: Matthew Frost Date: Sat, 19 Mar 2016 01:59:19 +0100 Subject: [PATCH] Restricted User Base lowercase u --- conf/sogo.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/sogo.conf b/conf/sogo.conf index 26e1cf5..391d43a 100644 --- a/conf/sogo.conf +++ b/conf/sogo.conf @@ -27,7 +27,7 @@ UIDFieldName = uid; IDFieldName = uid; // first field of the DN for direct binds bindFields = (uid, mail); // array of fields to use for indirect binds - baseDN = "ou=Users,dc=yunohost,dc=org"; + baseDN = "ou=users,dc=yunohost,dc=org"; canAuthenticate = YES; displayName = "Global Address Book"; hostname = ldap://localhost:389;