From 30336978f9f5dbbefb22209938bd9784b3b23f79 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 18 Jun 2006 05:07:24 +0000 Subject: [PATCH] improved emulation of old contact class --- addressbook/doc/README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addressbook/doc/README b/addressbook/doc/README index df3be59679..bff4a28714 100644 --- a/addressbook/doc/README +++ b/addressbook/doc/README @@ -56,6 +56,12 @@ The example acl_addressbook.conf allow: Please note: ----------- +- The group ACL requires that the used groups have the groupOfNames objectclass with + member attributes containing the dn's of all members! The memberUid attribute of + posixGroup is NOT enough. If you use a distribution other then SuSE, you can NOT + use both objectclasses together, as both are structural objects. You have to use + the alternative rfc2307bis.schema instead of the stock nis.schema to do so. + The README in phpgwapi/doc/ldap describs how to change your ldap accordingly! - You need to copy our example acl_addressbook.conf into your openldap conf dir. - You need to change all dc=domain,dc=com with the base DN your LDAP uses!!! - If you want to use the old mozillaOrgPerson schema, you need to change it here too!