diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 541d35ec..33a3edb6 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -1063,6 +1063,58 @@ Have fun! + Basic page layout: + + After the login LAM will present you its main page. It consists of a + header part which is equal for all pages and the content area which covers + most the of the page. + + The header part includes the links to manage all account types (e.g. + users and groups) and open the tree view (LDAP browser). There is also the + logout link and a tools entry. + + When you login the you will see an account listing in the content + area. + + + + + + + + + + Here you can create, delete and modify accounts. Use the action + buttons at the left or double click on an entry to edit it. + + The suffix selection box allows you to list only the accounts which + are located in a subtree of your LDAP directory. + + + + + + + + + + You can change the number of shown entries per page with "Change + settings". Depending on the account type there may be additional settings. + E.g. the user list can convert group numbers to group names. + + When you select to edit an entry then LAM will show all its data on + a tabbed view. There is one tab for each functional part of the account. + You can set default values by loading an account profile. + + + + + + + + +
Users @@ -1682,6 +1734,109 @@ Have fun!
+ + Tools + + + +
+ Profile editor + + +
+ +
+ File upload + + +
+ +
+ OU editor + + +
+ +
+ PDF editor + + +
+ +
+ Schema browser + + Here you browse the schema of your LDAP server. You can view what + object classes, attributes, syntaxes and matching rules are available. + This is useful if you need to check if a certain object class is + available. + + + + + + + + +
+ +
+ Server information + + This shows some basic information about your LDAP server. + + + + + + + + +
+ +
+ Tests + + This allows you to check if your LDAP schema is compatible with + LAM and to find possible problems. + +
+ Lamdaemon test + + LAM provides an external script to manage home directories and + quotas. You can test here if everything is setup correctly. + + + + + + + + +
+ +
+ Schema test + + This will test if your LDAP schema supports all object classes + and attributes of the active LAM modules. If you get a message that + something is missing please check that you installed all required schemas. + + If you get error messages about object class violations then + this test can tell you what is missing. + + + + + + + + +
+
+
+ Access levels and password reset page (LAM Pro) diff --git a/lam/docs/manual-sources/images/editView.png b/lam/docs/manual-sources/images/editView.png new file mode 100644 index 00000000..7a0c413b Binary files /dev/null and b/lam/docs/manual-sources/images/editView.png differ diff --git a/lam/docs/manual-sources/images/lamdaemonTest.png b/lam/docs/manual-sources/images/lamdaemonTest.png new file mode 100644 index 00000000..6fb6aa84 Binary files /dev/null and b/lam/docs/manual-sources/images/lamdaemonTest.png differ diff --git a/lam/docs/manual-sources/images/listConfig.png b/lam/docs/manual-sources/images/listConfig.png new file mode 100644 index 00000000..29ea92b5 Binary files /dev/null and b/lam/docs/manual-sources/images/listConfig.png differ diff --git a/lam/docs/manual-sources/images/mainpage.png b/lam/docs/manual-sources/images/mainpage.png new file mode 100644 index 00000000..13048c0e Binary files /dev/null and b/lam/docs/manual-sources/images/mainpage.png differ diff --git a/lam/docs/manual-sources/images/schemaBrowser.png b/lam/docs/manual-sources/images/schemaBrowser.png new file mode 100644 index 00000000..aecd8845 Binary files /dev/null and b/lam/docs/manual-sources/images/schemaBrowser.png differ diff --git a/lam/docs/manual-sources/images/schemaTest.png b/lam/docs/manual-sources/images/schemaTest.png new file mode 100644 index 00000000..9b488ef4 Binary files /dev/null and b/lam/docs/manual-sources/images/schemaTest.png differ diff --git a/lam/docs/manual-sources/images/serverInfo.png b/lam/docs/manual-sources/images/serverInfo.png new file mode 100644 index 00000000..fd2b22ff Binary files /dev/null and b/lam/docs/manual-sources/images/serverInfo.png differ