diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index f12934b9..92dccd79 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -2286,6 +2286,14 @@ Have fun! is active. In this case group memberships may be managed with the Unix module. + + + + + + + + The module automatically detects if groups are based on "groupOfNames" or "groupOfUniqueNames" and sets the correct attribute. @@ -2299,6 +2307,34 @@ Have fun! +
+ Organizational roles + + LAM can manage role memberships in organizationalRole objects. To + activate this feature please add the user module "Roles + (organizationalRoleUser)" to your LAM server profile. + + + + + + + + + + Now, there will be a new tab "Roles" when you edit your user + accounts. Here you can select the role memberships. + + + + + + + + +
+
Shadow @@ -3655,9 +3691,55 @@ Have fun! Group of (unique) names (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 groups. - Activate the account type "Group of names" in your LAM server profile to - use these account modules. + allow DNs as members you can also use them to represent nested + groups. + + Configuration: + + Activate the account type "Group of names" in your LAM server + profile to use these account modules. Alternatively, you can use the + account type "Groups". + + + + + + + + + + + + + + + + + + Then add the module "Group of names (groupOfNames)" or "Group of + unique names (groupOfUniqueNames)". + + + + + + + + + + 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. + + + + + + + + + + Group management: Group of (unique) names have four basic attributes: @@ -3692,6 +3774,71 @@ Have fun!
+
+ Organizational roles + + This module manages roles via the organizationalRole object class. + There is also a user + module to manage memberships on the user edit page. + + Configuration: + + Activate the account type "Groups" in your LAM server profile to + use this account module. Alternatively, you can use the account type + "Group of names". + + + + + + + + + + + + + + + + + + Then add the module "Role (organizationalRole)". + + + + + + + + + + On the module settings tab you set some options like the display + format for members and if description should not be displayed. + + + + + + + + + + Role management: + + You can add any accounts as members. This includes other roles + which leads to nested roles (needs to be supported by LDAP client + applications). + + + + + + + + +
+
Asterisk diff --git a/lam/docs/manual-sources/images/groupOfNames2.png b/lam/docs/manual-sources/images/groupOfNames2.png new file mode 100644 index 00000000..fe9634fb Binary files /dev/null and b/lam/docs/manual-sources/images/groupOfNames2.png differ diff --git a/lam/docs/manual-sources/images/groupOfNames3.png b/lam/docs/manual-sources/images/groupOfNames3.png new file mode 100644 index 00000000..f9df268a Binary files /dev/null and b/lam/docs/manual-sources/images/groupOfNames3.png differ diff --git a/lam/docs/manual-sources/images/groupOfNames4.png b/lam/docs/manual-sources/images/groupOfNames4.png new file mode 100644 index 00000000..10686de1 Binary files /dev/null and b/lam/docs/manual-sources/images/groupOfNames4.png differ diff --git a/lam/docs/manual-sources/images/groupOfNames5.png b/lam/docs/manual-sources/images/groupOfNames5.png new file mode 100644 index 00000000..e9af49d2 Binary files /dev/null and b/lam/docs/manual-sources/images/groupOfNames5.png differ diff --git a/lam/docs/manual-sources/images/mod_groupOfNamesUser2.png b/lam/docs/manual-sources/images/mod_groupOfNamesUser2.png new file mode 100644 index 00000000..65d2994f Binary files /dev/null and b/lam/docs/manual-sources/images/mod_groupOfNamesUser2.png differ diff --git a/lam/docs/manual-sources/images/mod_organizationalRole1.png b/lam/docs/manual-sources/images/mod_organizationalRole1.png new file mode 100644 index 00000000..342fe185 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_organizationalRole1.png differ diff --git a/lam/docs/manual-sources/images/mod_organizationalRole2.png b/lam/docs/manual-sources/images/mod_organizationalRole2.png new file mode 100644 index 00000000..551b7ac0 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_organizationalRole2.png differ diff --git a/lam/docs/manual-sources/images/mod_organizationalRole3.png b/lam/docs/manual-sources/images/mod_organizationalRole3.png new file mode 100644 index 00000000..4bbbb67e Binary files /dev/null and b/lam/docs/manual-sources/images/mod_organizationalRole3.png differ diff --git a/lam/docs/manual-sources/images/mod_organizationalRole4.png b/lam/docs/manual-sources/images/mod_organizationalRole4.png new file mode 100644 index 00000000..0aa26d81 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_organizationalRole4.png differ diff --git a/lam/docs/manual-sources/images/mod_organizationalRole5.png b/lam/docs/manual-sources/images/mod_organizationalRole5.png new file mode 100644 index 00000000..34f71f3f Binary files /dev/null and b/lam/docs/manual-sources/images/mod_organizationalRole5.png differ diff --git a/lam/docs/manual-sources/images/mod_organizationalRoleUser1.png b/lam/docs/manual-sources/images/mod_organizationalRoleUser1.png new file mode 100644 index 00000000..33635137 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_organizationalRoleUser1.png differ diff --git a/lam/docs/manual-sources/images/mod_organizationalRoleUser2.png b/lam/docs/manual-sources/images/mod_organizationalRoleUser2.png new file mode 100644 index 00000000..9482888d Binary files /dev/null and b/lam/docs/manual-sources/images/mod_organizationalRoleUser2.png differ