diff --git a/lam/docs/manual-sources/chapter-bigPicture.xml b/lam/docs/manual-sources/chapter-bigPicture.xml index 60dbe90a6..434a48d19 100644 --- a/lam/docs/manual-sources/chapter-bigPicture.xml +++ b/lam/docs/manual-sources/chapter-bigPicture.xml @@ -272,23 +272,30 @@ - Therefore, LAM is split into two separate parts, LAM for admins and - for users. LAM for admins allows to manage various types of LDAP entries - (e.g. users, groups, hosts, ...). It also contains tools like batch - upload, account profiles, LDAP schema viewer and an LDAP browser. LAM for - users focuses on end users. It provides a self service for the users to - edit their personal data (e.g. contact information). The LAM administrator - is able to specify what data may be changed by the users. The design is - also adaptable to your corporate design. + Therefore, LAM is split into three separate parts, LAM for admins, + self-service and white pages. - LAM for admins/users is accessible via HTTP(S) by all major web - browsers (Firefox, IE, Opera, ...). + LAM for admins allows to manage various types of LDAP entries (e.g. + users, groups, hosts, ...). It also contains tools like batch upload, + account profiles, LDAP schema viewer and an LDAP browser. + + Self-service focuses on end users. It provides users the possibility + to edit their personal data (e.g. contact information). The LAM + administrator is able to specify what data may be changed by the users. + The design is also adaptable to your corporate design. + + White Pages allows users to browse the user directory to e.g. search + for phone addresses and telephone numbers. It is fully customizable + regarding authentication, displayed data and design. + + LAM for admins/self-service is accessible via HTTP(S) by all major + web browsers (Firefox, Chrome, ...). LAM runtime environment: LAM runs on PHP. Therefore, it is independent of CPU architecture and operating system (OS). You can run LAM on any OS which supports - Apache, Nginx or other PHP compatible web servers. + Apache, nginx or other PHP compatible web servers. Home directory server: diff --git a/lam/docs/manual-sources/images/bigPicture1.png b/lam/docs/manual-sources/images/bigPicture1.png index 957ceec3e..0c9297a68 100644 Binary files a/lam/docs/manual-sources/images/bigPicture1.png and b/lam/docs/manual-sources/images/bigPicture1.png differ diff --git a/lam/docs/manual-sources/images/lam_architecture.png b/lam/docs/manual-sources/images/lam_architecture.png index accf60d9f..2681ed749 100644 Binary files a/lam/docs/manual-sources/images/lam_architecture.png and b/lam/docs/manual-sources/images/lam_architecture.png differ