2020
This commit is contained in:
parent
e28efcfd21
commit
daa2fec5c7
|
@ -25,4 +25,4 @@ There are two modules. Usually, you only need the files inside "lam".
|
||||||
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 - 2019 Roland Gruber <post@rolandgruber.de>
|
Copyright (C) 2003 - 2020 Roland Gruber <post@rolandgruber.de>
|
|
@ -1,3 +1,9 @@
|
||||||
|
ldap-account-manager (7.1.DEV-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* new upstream release
|
||||||
|
|
||||||
|
-- Roland Gruber <post@rolandgruber.de> Sun, 02 Jan 2020 19:37:56 +0100
|
||||||
|
|
||||||
ldap-account-manager (7.0-1) unstable; urgency=medium
|
ldap-account-manager (7.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* new upstream release
|
* new upstream release
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This software is copyright (c) 2003 - 2019 by Roland Gruber
|
This software is copyright (c) 2003 - 2020 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
|
||||||
|
|
|
@ -3,7 +3,7 @@ LAM - Readme
|
||||||
============
|
============
|
||||||
|
|
||||||
LDAP Account Manager (LAM) manages user, group and host accounts in an LDAP
|
LDAP Account Manager (LAM) manages user, group and host accounts in an LDAP
|
||||||
directory. LAM runs on any webserver with PHP5 support and connects to your
|
directory. LAM runs on any webserver with PHP7 support and connects to your
|
||||||
LDAP server unencrypted or via SSL/TLS.
|
LDAP server unencrypted or via SSL/TLS.
|
||||||
Currently LAM supports these account types: Samba 3/4, Unix, Kolab,
|
Currently LAM supports these account types: Samba 3/4, Unix, Kolab,
|
||||||
address book entries, NIS mail aliases and MAC addresses. There is a tree
|
address book entries, NIS mail aliases and MAC addresses. There is a tree
|
||||||
|
@ -12,7 +12,7 @@ LAM - Readme
|
||||||
|
|
||||||
https://www.ldap-account-manager.org/
|
https://www.ldap-account-manager.org/
|
||||||
|
|
||||||
Copyright (C) 2003 - 2019 Roland Gruber <post@rolandgruber.de>
|
Copyright (C) 2003 - 2020 Roland Gruber <post@rolandgruber.de>
|
||||||
|
|
||||||
Installation and documentation:
|
Installation and documentation:
|
||||||
Please see the LAM manual in docs/manual/index.html.
|
Please see the LAM manual in docs/manual/index.html.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
7.0
|
7.1.DEV
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This software is copyright (c) 2003 - 2019 by Roland Gruber
|
This software is copyright (c) 2003 - 2020 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
|
||||||
|
|
|
@ -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 PHP5 support and connects to
|
LDAP directory. LAM runs on any webserver with PHP7 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 - 2019 Roland Gruber
|
<para>Copyright (C) 2003 - 2020 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>
|
||||||
|
|
Loading…
Reference in New Issue