diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index f09b1a77..7a7f5051 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -2509,6 +2509,50 @@ Have fun! + +
+ Address lists + + Zarafa allows to store address lists in LDAP. You need to + define a search base and LDAP filter for each address list. E.g. + entering "ou=people,dc=company,dc=com" as base and "uid=*" will + select all users that are stored in + "ou=people,dc=company,dc=com". + + You can also hide your lists from the address book or + temporarily disable them. + + + + + + + + +
+ +
+ Dynamic groups + + Zarafa allows to define dynamic groups in LDAP. You need to + define a search base and LDAP filter for each group. E.g. entering + "ou=people,dc=company,dc=com" as base and "uid=*" will select all + users that are stored in "ou=people,dc=company,dc=com". + + Dynamic groups may have an email address and multiple email + alias addresses. + + You can also hide your dynamic groups from the address book or + temporarily disable them. + + + + + + + + +
diff --git a/lam/docs/manual-sources/images/zarafa6.png b/lam/docs/manual-sources/images/zarafa6.png new file mode 100644 index 00000000..5c270766 Binary files /dev/null and b/lam/docs/manual-sources/images/zarafa6.png differ diff --git a/lam/docs/manual-sources/images/zarafa7.png b/lam/docs/manual-sources/images/zarafa7.png new file mode 100644 index 00000000..a63d76a7 Binary files /dev/null and b/lam/docs/manual-sources/images/zarafa7.png differ