diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index e4ce8cd2..0d6f334f 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -1068,6 +1068,127 @@ Have fun! +
+ Personal + + This module is the most common basis for user accounts in LAM. + You can use it stand-alone to manage address book entries or in + combination with Unix, Samba or other modules. + + The Personal module provides support for managing various + personal data of your users including mail addresses and telephone + numbers. You can also add photos of your users. If you do not need to + manage all attributes then you can deactivate them in your server + profile. + + + + + + + + +
+ +
+ Unix + + The Unix module manages Unix user accounts including group + memberships. + + + + + + + + +
+ +
+ Samba 3 + + LAM supports full Samba 3 user management including logon hours + and terminal server options. + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ Kolab + + This module supports to manage Kolab accounts with LAM. E.g. you + can set the user's mail quota and define invitation policies. + + Please enter an email address at the Personal page and set a + Unix password first. Both are required that Kolab accepts the + accounts. + + Kolab users should not be directly deleted with LAM. You can + mark an account for deletion which then is done by the Kolab server + itself. This makes sure that the mailbox etc. is also deleted. + + + + + + + + +
+ +
+ Asterisk + + LAM supports Asterisk accounts, too. You can set the called ID, + host and account context for your users. + + + + + + + + +
+ +
+ EDU person + + EDU person accounts are mainly used in university networks. You + can specify the principal name, nick names and much more. + + + + + + + + +
+
Password policy (LAM Pro) @@ -1415,6 +1536,90 @@ Have fun! internal attributes of the current entry. This includes information about the creator and creation time of the entry.
+ +
+ Typical usage scenarios + + Here is a list of typical usage scenarios and what account types + and modules you need to configure. + + Address book entries: + + Account types: + + + + Users (Personal) + + + + Unix accounts: + + Account types: Users, Groups + + + + Users (Personal + Unix) + + + + Groups (Unix (posixGroup)) + + + + Suse users may need to use Group (Group of names + Unix + (rfc2307bisPosixGroup)) because of Suse's special LDAP schema. + + Samba accounts: + + Account types: + + + + Users (Personal + User + Samba 3) + + + + Groups (Unix + Samba 3) + + + + Hosts (Account + Unix + Samba 3) + + + + Samba domains (Samba domain) + + + + Asterisk: + + Account types: + + + + Users (Personal + Asterisk) + + + + Asterisk extensions (Asterisk extension) + + + + phpGroupWare: + + Account modules: + + + + Users (Personal + Unix + phpGroupWare) + + + + Groups (Unix + phpGroupWare) + + +
diff --git a/lam/docs/manual-sources/images/mod_asterisk.png b/lam/docs/manual-sources/images/mod_asterisk.png new file mode 100644 index 00000000..0b97933f Binary files /dev/null and b/lam/docs/manual-sources/images/mod_asterisk.png differ diff --git a/lam/docs/manual-sources/images/mod_eduPerson.png b/lam/docs/manual-sources/images/mod_eduPerson.png new file mode 100644 index 00000000..c0564d7f Binary files /dev/null and b/lam/docs/manual-sources/images/mod_eduPerson.png differ diff --git a/lam/docs/manual-sources/images/mod_kolab.png b/lam/docs/manual-sources/images/mod_kolab.png new file mode 100644 index 00000000..8a6d6d80 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_kolab.png differ diff --git a/lam/docs/manual-sources/images/mod_personal.png b/lam/docs/manual-sources/images/mod_personal.png new file mode 100644 index 00000000..9101ae6e Binary files /dev/null and b/lam/docs/manual-sources/images/mod_personal.png differ diff --git a/lam/docs/manual-sources/images/mod_samba3User1.png b/lam/docs/manual-sources/images/mod_samba3User1.png new file mode 100644 index 00000000..0aabfa8d Binary files /dev/null and b/lam/docs/manual-sources/images/mod_samba3User1.png differ diff --git a/lam/docs/manual-sources/images/mod_samba3User2.png b/lam/docs/manual-sources/images/mod_samba3User2.png new file mode 100644 index 00000000..70b00adf Binary files /dev/null and b/lam/docs/manual-sources/images/mod_samba3User2.png differ diff --git a/lam/docs/manual-sources/images/mod_samba3User3.png b/lam/docs/manual-sources/images/mod_samba3User3.png new file mode 100644 index 00000000..a09d1f56 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_samba3User3.png differ diff --git a/lam/docs/manual-sources/images/mod_unixUser.png b/lam/docs/manual-sources/images/mod_unixUser.png new file mode 100644 index 00000000..912a042d Binary files /dev/null and b/lam/docs/manual-sources/images/mod_unixUser.png differ