From 996d7a9a433ac7290fecb5bf342361784de810f1 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Sun, 8 Apr 2012 14:42:08 +0100 Subject: Add TODOs to setup_ldap --- pykolab/setup/setup_ldap.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pykolab/setup/setup_ldap.py') diff --git a/pykolab/setup/setup_ldap.py b/pykolab/setup/setup_ldap.py index f177c37..bf1d47a 100644 --- a/pykolab/setup/setup_ldap.py +++ b/pykolab/setup/setup_ldap.py @@ -204,3 +204,7 @@ ServerAdminPwd = %(admin_pass)s 'aci', '(targetattr = "*") (version 3.0;acl "Kolab Services";allow (read,compare,search)(userdn = "ldap:///%s");)' % ('uid=kolab-service,ou=Special Users,%s' % (_input['rootdn'])) ) + + # TODO: Add the primary domain to cn=kolab,cn=config + # TODO: Make sure 'uid' is unique + # TODO: Enable referential integrity plugin -- cgit v1.1