2016
This commit is contained in:
parent
56201b02d8
commit
9e80d5a205
|
@ -15,7 +15,7 @@ LAM - Readme
|
||||||
|
|
||||||
https://www.ldap-account-manager.org/
|
https://www.ldap-account-manager.org/
|
||||||
|
|
||||||
Copyright (C) 2003 - 2015 Roland Gruber <post@rolandgruber.de>
|
Copyright (C) 2003 - 2016 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,4 +1,4 @@
|
||||||
This software is copyright (c) 2003 - 2015 by Roland Gruber
|
This software is copyright (c) 2003 - 2016 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
|
||||||
|
|
|
@ -11,15 +11,16 @@
|
||||||
an LDAP directory. LAM runs on any webserver with PHP5 support and
|
an LDAP directory. LAM runs on any webserver with PHP5 support and
|
||||||
connects to your LDAP server unencrypted or via SSL/TLS.</para>
|
connects to your LDAP server unencrypted or via SSL/TLS.</para>
|
||||||
|
|
||||||
<para>LAM supports Samba 3, Unix, Zarafa, Kolab 2/3, address book entries,
|
<para>LAM supports Samba 3/4, Unix, Zarafa, Kolab 2/3, address book
|
||||||
NIS mail aliases, MAC addresses and much more. There is a tree viewer
|
entries, NIS mail aliases, MAC addresses and much more. There is a tree
|
||||||
included to allow access to the raw LDAP attributes. You can use templates
|
viewer included to allow access to the raw LDAP attributes. You can use
|
||||||
for account creation and use multiple configuration profiles.</para>
|
templates for account creation and use multiple configuration
|
||||||
|
profiles.</para>
|
||||||
|
|
||||||
<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 - 2014 Roland Gruber
|
<para>Copyright (C) 2003 - 2016 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>
|
||||||
|
@ -66,7 +67,7 @@
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>PHP5 (>= 5.3.2)</para>
|
<para>PHP5 (>= 5.4.0)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
Loading…
Reference in New Issue