config/config.ini.sample

Thomas Brüderli bruederli at kolabsys.com
Tue May 20 09:01:54 CEST 2014


 config/config.ini.sample |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1dc76d140923905ee94468ebeaf99c4551c9332d
Author: Thomas Bruederli <thomas at roundcube.net>
Date:   Tue May 20 09:01:48 2014 +0200

    Valid sample base_dn

diff --git a/config/config.ini.sample b/config/config.ini.sample
index b22159e..4439cb7 100644
--- a/config/config.ini.sample
+++ b/config/config.ini.sample
@@ -51,7 +51,7 @@ type = ldap
 host = ldap://localhost:389
 bind_dn = "uid=kolab-service,ou=Special Users,dc=yourdomain,dc=com"
 bind_pw = "<service-bind-pw>"
-base_dn = "People,dc=yourdomain,dc=com"  ; use %dc as placeholder for the domain part extracted from the request string
+base_dn = "ou=People,dc=yourdomain,dc=com"  ; use %dc as placeholder for the domain part extracted from the request string
 filter = "(&(objectClass=kolabInetOrgPerson)(|(uid=%s)(mail=%s)(alias=%s)))"
 attributes = mail, sn, alias
 lc_attributes = sn




More information about the commits mailing list