diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index ebe0a67a..6acbf2be 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -1514,6 +1514,22 @@ Have fun! +
+ Shadow + + LAM supports the management of the LDAP substitution of + /etc/shadow. Here you can setup password policies for your Unix + accounts and also view the last password change of a user. + + + + + + + + +
+
Hosts @@ -1565,6 +1581,23 @@ Have fun!
+
+ Quota + + You can manage file system quotas with LAM. This requires to + setup lamdaemon. File system quotas + are not stored inside LAM but managed directly on the specified + servers. + + + + + + + + +
+
Kolab @@ -1588,6 +1621,24 @@ Have fun!
+
+ phpGroupWare + + You may manage several attributes of phpGroupWare users inside + LAM. This includes the expiration date and account status. You may + also check when the user logged in the last time and from + where. + + + + + + + + +
+
Asterisk @@ -1730,6 +1781,27 @@ Have fun!
+ +
+ Account + + This is a very simple module to manage accounts based on the + object class "account". Usually, this is used for host accounts only. + Please pay attention that users based on the "account" object class + cannot have contact information (e.g. telephone number) as with + "inetOrgPerson". + + You can enter a user/host name and a description for your + accounts. + + + + + + + + +
@@ -1798,11 +1870,51 @@ Have fun!
+ +
+ phpGroupWare + + LAM can add and remove the phpGroupWare extension for group + accounts. There are no additional attributes that may be + managed. + + + + + + + + +
+ +
+ Quota + + You can manage file system quotas with LAM. This requires to + setup lamdaemon. File system quotas + are not stored inside LAM but managed directly on the specified + servers. + + + + + + + + +
Hosts +
+ Account + + Please see the description here. +
+
Device (LAM Pro) @@ -1892,6 +2004,43 @@ Have fun!
+
+ Samba 3 domains + + Samba 3 stores information about its domain settings inside LDAP. + This includes the domain name, its SID and some policies. You can manage + all these attributes with LAM. + + Please activate the account type "Samba domains" in your LAM + server profile. Please notice that Samba by default uses the LDAP root + for domain objects (e.g. dc=example,dc=com). + + + + + + + + + + This will add a new tab to LAM where you can manage domain + information. + + The domain name, SID and RID base can only be specified for new + domains and are not changeable via LAM at a later time. You may setup + several password policies for your Samba domains and also some RID + options that influence the creation of SIDs for + users/groups/hosts. + + + + + + + + +
+
Group of (unique) names (LAM Pro) @@ -2125,6 +2274,36 @@ Have fun!
+
+ Mail aliases + + You can manage mail aliases (e.g. for NIS) inside LAM. This can be + used to replace local /etc/aliases files with LDAP. + + All accounts of this type are based on the "nisMailAlias" object + class and may have "cn" and "rfc822MailMember" attributes. To activate + this type please add "Mail aliases" in your LAM server profile: + + + + + + + + + + The mail aliases will appear as separate tab inside LAM. You may + then manage the aliases with their names and recipient addresses. + + + + + + + + +
+
NIS net groups @@ -3664,7 +3843,7 @@ Have fun! - + Setup for home directory and quota management Lamdaemon.pl is used to modify quota and home directories on a diff --git a/lam/docs/manual-sources/images/mod_account.png b/lam/docs/manual-sources/images/mod_account.png new file mode 100644 index 00000000..87f4edbb Binary files /dev/null and b/lam/docs/manual-sources/images/mod_account.png differ diff --git a/lam/docs/manual-sources/images/mod_phpGroupWareGroup.png b/lam/docs/manual-sources/images/mod_phpGroupWareGroup.png new file mode 100644 index 00000000..5f75d357 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_phpGroupWareGroup.png differ diff --git a/lam/docs/manual-sources/images/mod_phpGroupWareUser.png b/lam/docs/manual-sources/images/mod_phpGroupWareUser.png new file mode 100644 index 00000000..7fca0311 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_phpGroupWareUser.png differ diff --git a/lam/docs/manual-sources/images/mod_quotaGroup.png b/lam/docs/manual-sources/images/mod_quotaGroup.png new file mode 100644 index 00000000..3072cad4 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_quotaGroup.png differ diff --git a/lam/docs/manual-sources/images/mod_quotaUser.png b/lam/docs/manual-sources/images/mod_quotaUser.png new file mode 100644 index 00000000..73ebf97a Binary files /dev/null and b/lam/docs/manual-sources/images/mod_quotaUser.png differ diff --git a/lam/docs/manual-sources/images/mod_shadow.png b/lam/docs/manual-sources/images/mod_shadow.png new file mode 100644 index 00000000..e89824c5 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_shadow.png differ diff --git a/lam/docs/manual-sources/images/nisMailAlias1.png b/lam/docs/manual-sources/images/nisMailAlias1.png new file mode 100644 index 00000000..f0ed1112 Binary files /dev/null and b/lam/docs/manual-sources/images/nisMailAlias1.png differ diff --git a/lam/docs/manual-sources/images/nisMailAlias2.png b/lam/docs/manual-sources/images/nisMailAlias2.png new file mode 100644 index 00000000..a3327e04 Binary files /dev/null and b/lam/docs/manual-sources/images/nisMailAlias2.png differ diff --git a/lam/docs/manual-sources/images/sambaDomains1.png b/lam/docs/manual-sources/images/sambaDomains1.png new file mode 100644 index 00000000..dae0fc38 Binary files /dev/null and b/lam/docs/manual-sources/images/sambaDomains1.png differ diff --git a/lam/docs/manual-sources/images/sambaDomains2.png b/lam/docs/manual-sources/images/sambaDomains2.png new file mode 100644 index 00000000..f9022775 Binary files /dev/null and b/lam/docs/manual-sources/images/sambaDomains2.png differ