mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 17:59:21 +02:00
docs
This commit is contained in:
parent
7092b9b5ab
commit
a20983f20c
6 changed files with 13 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
||||||
This software is copyright (c) 2003 - 2023 by Roland Gruber
|
This software is copyright (c) 2003 - 2024 by Roland Gruber
|
||||||
|
|
||||||
If you purchased a copy of LDAP Account Manager Pro then the following
|
If you purchased a copy of LDAP Account Manager Pro then the following
|
||||||
files are licensed under the conditions which you accepted at purchase
|
files are licensed under the conditions which you accepted at purchase
|
||||||
|
|
|
@ -25,4 +25,4 @@ LAM - Readme
|
||||||
LAM is published under the GNU General Public License.
|
LAM is published under the GNU General Public License.
|
||||||
The complete list of licenses can be found in the copyright file.
|
The complete list of licenses can be found in the copyright file.
|
||||||
|
|
||||||
Copyright (C) 2003 - 2023 Roland Gruber <post@rolandgruber.de>
|
Copyright (C) 2003 - 2024 Roland Gruber <post@rolandgruber.de>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This software is copyright (c) 2003 - 2023 by Roland Gruber
|
This software is copyright (c) 2003 - 2024 by Roland Gruber
|
||||||
|
|
||||||
If you purchased a copy of LDAP Account Manager Pro then the following
|
If you purchased a copy of LDAP Account Manager Pro then the following
|
||||||
files are licensed under the conditions which you accepted at purchase
|
files are licensed under the conditions which you accepted at purchase
|
||||||
|
|
|
@ -2556,7 +2556,7 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost';
|
||||||
chapter</link>.</para>
|
chapter</link>.</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section id="importExportConf">
|
||||||
<title>Import and export configuration</title>
|
<title>Import and export configuration</title>
|
||||||
|
|
||||||
<para>Here you can export and import LAM's whole configuration. You can
|
<para>Here you can export and import LAM's whole configuration. You can
|
||||||
|
|
|
@ -1001,8 +1001,12 @@
|
||||||
<section>
|
<section>
|
||||||
<title>Migration to a new server</title>
|
<title>Migration to a new server</title>
|
||||||
|
|
||||||
<para>To move LAM (Pro) from one server to another please follow these
|
<para>LAM provides <link linkend="importExportConf">configuration export
|
||||||
steps:</para>
|
and import</link>. Use this to transport the configuration to your new
|
||||||
|
server.</para>
|
||||||
|
|
||||||
|
<para>To manually move LAM (Pro) from one server to another please follow
|
||||||
|
these steps:</para>
|
||||||
|
|
||||||
<orderedlist>
|
<orderedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<title>Overview</title>
|
<title>Overview</title>
|
||||||
|
|
||||||
<para>LDAP Account Manager (LAM) manages user, group and host accounts in an
|
<para>LDAP Account Manager (LAM) manages user, group and host accounts in an
|
||||||
LDAP directory. LAM runs on any webserver with PHP7 support and connects to
|
LDAP directory. LAM runs on any webserver with PHP8 support and connects to
|
||||||
your LDAP server unencrypted or via SSL/TLS.</para>
|
your LDAP server unencrypted or via SSL/TLS.</para>
|
||||||
|
|
||||||
<para>LAM supports Samba 3/4, Unix, Kopano, Kolab 3, address book entries,
|
<para>LAM supports Samba 3/4, Unix, Kopano, Kolab 3, address book entries,
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
<para><ulink
|
<para><ulink
|
||||||
url="https://www.ldap-account-manager.org/">https://www.ldap-account-manager.org/</ulink></para>
|
url="https://www.ldap-account-manager.org/">https://www.ldap-account-manager.org/</ulink></para>
|
||||||
|
|
||||||
<para>Copyright (C) 2003 - 2023 Roland Gruber
|
<para>Copyright (C) 2003 - 2024 Roland Gruber
|
||||||
<post@rolandgruber.de></para>
|
<post@rolandgruber.de></para>
|
||||||
|
|
||||||
<para><emphasis role="bold">Key features:</emphasis></para>
|
<para><emphasis role="bold">Key features:</emphasis></para>
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>PHP (>= 7.2.0)</para>
|
<para>PHP (>= 8.0.2)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue