diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 9f6b6832..1e9e1f62 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -3061,7 +3061,7 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost';
- Group of names (LAM Pro) + Group of names and group of members (LAM Pro) This module manages memberships in group of (unique) names and also group of members. @@ -3084,8 +3084,8 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost'; The module automatically detects if groups are based on - "groupOfNames" or "groupOfUniqueNames" and sets the correct - attribute. + "groupOfNames", "groupOfUniqueNames" or "groupOfMembers" and sets the + correct attribute. @@ -4637,7 +4637,7 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost';
- Group of (unique) names (LAM Pro) + Group of (unique) names and group of members (LAM Pro) These classes can be used to represent group relations. Since they allow DNs as members you can also use them to represent nested @@ -4665,8 +4665,9 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost'; - Then add the module "Group of names (groupOfNames)" or "Group of - unique names (groupOfUniqueNames)". + Then add the module "Group of names (groupOfNames)", "Group of + unique names (groupOfUniqueNames)" or "Group of members + (groupOfMembers)". @@ -4676,6 +4677,16 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost'; + + + + + + + + + + On the module settings tab you set some options like the display format for members/owners and if fields like description should not be displayed. @@ -9251,7 +9262,7 @@ OK (10 msec) Group of (unique) names - groupOfNames, groupOfUniqueNames + groupOfNames, groupOfUniqueNames, groupOfMembers core.schema diff --git a/lam/docs/manual-sources/images/groupOfMembers1.png b/lam/docs/manual-sources/images/groupOfMembers1.png new file mode 100644 index 00000000..9632820a Binary files /dev/null and b/lam/docs/manual-sources/images/groupOfMembers1.png differ diff --git a/lam/docs/manual-sources/images/jobs_windows1.png b/lam/docs/manual-sources/images/jobs_windows1.png new file mode 100644 index 00000000..d108c3b7 Binary files /dev/null and b/lam/docs/manual-sources/images/jobs_windows1.png differ