diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index cfddeebf..4f0d52f8 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -3830,6 +3830,17 @@ Run slapindex to rebuild the index. load the profile named "default". This account profile can include default values for all your accounts. + + + + + + + + + You can enter the LDAP suffix, RDN identifier and various other + attributes depending on account type and activated modules. + @@ -3837,6 +3848,44 @@ Run slapindex to rebuild the index. + + Import/export: + + Profiles can be exported to and imported from other server + profiles. + + + + + + + + + + + + + + + + + + There is a special export target called "*Global templates". All + profiles exported here will be copied to all other server profiles + (incl. new ones). But existing profiles with the same name are not + overwritten. So a profile in global templates is treated as default + profile for all server profiles. + + Use this if you would like to setup default profiles that are + valid for all server profiles. + + + + + + + +
@@ -3903,10 +3952,19 @@ Run slapindex to rebuild the index. the page structure and displayed information by editing the PDF profiles. + + + + + + + + When you export accounts to PDF then each account will get its own page inside the PDF. There is a headline on each page where you can show a page title. You may also add a logo to each page. To add more possible - logos simply copy the images to config/pdf/logos. + logos simply copy the images to config/pdf/<server profile + name>/logos. @@ -3925,6 +3983,47 @@ Run slapindex to rebuild the index. LDAP attributes. You can simply add new fields by selecting the field name and its position. Then use the arrows to move the field inside the section. + + + + + Import/export: + + PDF structures can be exported to and imported from other server + profiles. + + + + + + + + + + + + + + + + + + There is a special export target called "*Global templates". All + PDF structures exported here will be copied to all other server profiles + (incl. new ones). But existing PDF structures with the same name are not + overwritten. So a PDF structure in global templates is treated as + default structure for all server profiles. + + Use this if you would like to setup default PDF structures that + are valid for all server profiles. + + + + + + + +
diff --git a/lam/docs/manual-sources/images/pdfEditor2.png b/lam/docs/manual-sources/images/pdfEditor2.png new file mode 100644 index 00000000..1e52858d Binary files /dev/null and b/lam/docs/manual-sources/images/pdfEditor2.png differ diff --git a/lam/docs/manual-sources/images/pdfEditor3.png b/lam/docs/manual-sources/images/pdfEditor3.png new file mode 100644 index 00000000..0f264dca Binary files /dev/null and b/lam/docs/manual-sources/images/pdfEditor3.png differ diff --git a/lam/docs/manual-sources/images/pdfEditor4.png b/lam/docs/manual-sources/images/pdfEditor4.png new file mode 100644 index 00000000..acd0a7f2 Binary files /dev/null and b/lam/docs/manual-sources/images/pdfEditor4.png differ diff --git a/lam/docs/manual-sources/images/pdfEditor5.png b/lam/docs/manual-sources/images/pdfEditor5.png new file mode 100644 index 00000000..c6938065 Binary files /dev/null and b/lam/docs/manual-sources/images/pdfEditor5.png differ diff --git a/lam/docs/manual-sources/images/profileEditor.png b/lam/docs/manual-sources/images/profileEditor.png index d9966d63..20e309b8 100644 Binary files a/lam/docs/manual-sources/images/profileEditor.png and b/lam/docs/manual-sources/images/profileEditor.png differ diff --git a/lam/docs/manual-sources/images/profileEditor2.png b/lam/docs/manual-sources/images/profileEditor2.png new file mode 100644 index 00000000..059ccb30 Binary files /dev/null and b/lam/docs/manual-sources/images/profileEditor2.png differ diff --git a/lam/docs/manual-sources/images/profileEditor3.png b/lam/docs/manual-sources/images/profileEditor3.png new file mode 100644 index 00000000..de2f1e8e Binary files /dev/null and b/lam/docs/manual-sources/images/profileEditor3.png differ diff --git a/lam/docs/manual-sources/images/profileEditor4.png b/lam/docs/manual-sources/images/profileEditor4.png new file mode 100644 index 00000000..07593cad Binary files /dev/null and b/lam/docs/manual-sources/images/profileEditor4.png differ diff --git a/lam/docs/manual-sources/images/profileEditor5.png b/lam/docs/manual-sources/images/profileEditor5.png new file mode 100644 index 00000000..7c83ce5f Binary files /dev/null and b/lam/docs/manual-sources/images/profileEditor5.png differ