diff --git a/lam/HISTORY b/lam/HISTORY index 8db92504..adc42a38 100644 --- a/lam/HISTORY +++ b/lam/HISTORY @@ -1,8 +1,9 @@ June 2015 - - Requires PHP > 5.4.26 - Microsoft IE 8 no longer supported - Security: added CSRF protection - Zarafa users: allow to change display format of "Send As" + - LAM Pro: + -> Password Self Reset: added 389 Directory Server schema file 31.03.2015 4.9 diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index f5c5b2c3..77928569 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -66,7 +66,7 @@ - PHP5 (>= 5.4.26) + PHP5 (>= 5.3.2) @@ -126,12 +126,12 @@ Have fun! - admin interface to manage all sorts of different LDAP entries + Admin interface to manage all sorts of different LDAP entries (e.g. users/groups/hosts) - self service (LAM Pro) where end users can edit their own + Self service (LAM Pro) where end users can edit their own data @@ -146,6 +146,79 @@ Have fun! + Admin interface + + This is the main part of the application. It allows to manage a + large list of LDAP entries (e.g. users, groups, DNS entries, ...). This + part is accessed by LDAP admins and support staff. + + + + + + + + + + Functional areas: + + + + Account tabs: These tabs allow to switsch between different + account types + + + + Tree view: Provides an LDAP browser to edit LDAP entries on + attribute level + + + + Tools menu: Contains useful tools such as profile and PDF + editor + + + + Help: Link to manual + + + + Logout: Logout of the application + + + + List view: Lists all entries of the selected account type + (e.g. users) + + + + List configuration: Configuration settings for list view (e.g. + number of entries per page) + + + + Filter: Filter boxes allow to enter simple filters like + "a*" + + + + Self Service + + The self service provides a simple interface for your users to + edit their own data (e.g. telephone number). It also supports user self + registration and password reset functionality. + + You can fully customize the layout of the self service + page. + + + + + + + + + Configuration Configuration is done on multiple levels: @@ -161,9 +234,9 @@ Have fun! Server profile All settings for an LDAP connection (e.g. server name, LDAP - suffixes, account types/modules to activate). There may be multiple for - one LDAP server (e.g. for multiple departments, different user groups, - ...). + suffixes, account types/modules to activate) in admin interface. There + may be multiple for one LDAP server (e.g. for multiple departments, + different user groups, ...). Configured via LAM admin login -> LAM configuration -> Edit server profile. @@ -178,12 +251,13 @@ Have fun! Profiles - Stores default values for new LDAP entries. + Account profiles store + default values for new LDAP entries. PDF structures - Defines the layout and list of data fields to include in PDF - export. + PDF structures define the layout + and list of data fields to include in PDF export.
@@ -217,12 +291,6 @@ Have fun! Type of an LDAP entry (e.g. user/group/host) - - - - - - Admin interface @@ -230,6 +298,13 @@ Have fun! users) + + Lamdaemon + + Support script to manage user file system quotas and + create home directories + + PDF editor @@ -6418,7 +6493,7 @@ OK (10 msec)
-
+
PDF editor All accounts in LAM may be exported as PDF files. You can specify @@ -9647,8 +9722,11 @@ OK (10 msec) 389 server - cp passwordSelfReset-389server.ldif /etc/dirsrv/slapd-pdxnpldap03/schema - service dirsrv restart + Please replace INSTANCE with installation ID, e.g. + slapd-389ds. + + cp passwordSelfReset-389server.ldif /etc/dirsrv/INSTANCE/schema/70pwdreset.ldif + systemctl restart dirsrv.target diff --git a/lam/docs/manual-sources/images/bigPicture2.png b/lam/docs/manual-sources/images/bigPicture2.png new file mode 100644 index 00000000..a505b854 Binary files /dev/null and b/lam/docs/manual-sources/images/bigPicture2.png differ diff --git a/lam/docs/manual-sources/images/bigPicture3.png b/lam/docs/manual-sources/images/bigPicture3.png new file mode 100644 index 00000000..df25e371 Binary files /dev/null and b/lam/docs/manual-sources/images/bigPicture3.png differ