PHP version
This commit is contained in:
parent
036a16a031
commit
effc028255
|
@ -15,7 +15,7 @@
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Apache/Nginx webserver (SSL recommended) with PHP module (PHP
|
<para>Apache/Nginx webserver (SSL recommended) with PHP module (PHP
|
||||||
5 (>= 5.2.4) with ldap, gettext, xml, openssl and optional
|
(>= 5.4.0) with ldap, gettext, xml, openssl and optional
|
||||||
mcrypt)</para>
|
mcrypt)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
|
|
@ -1,115 +1,114 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||||
<preface>
|
<preface>
|
||||||
<title>Overview</title>
|
<title>Overview</title>
|
||||||
|
|
||||||
<para>LDAP Account Manager (LAM) manages user, group and host accounts in
|
<para>LDAP Account Manager (LAM) manages user, group and host accounts in an
|
||||||
an LDAP directory. LAM runs on any webserver with PHP5 support and
|
LDAP directory. LAM runs on any webserver with PHP5 support and connects to
|
||||||
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, Zarafa, Kolab 2/3, address book
|
<para>LAM supports Samba 3/4, Unix, Zarafa, Kolab 2/3, address book entries,
|
||||||
entries, NIS mail aliases, MAC addresses and much more. There is a tree
|
NIS mail aliases, MAC addresses and much more. There is a tree viewer
|
||||||
viewer included to allow access to the raw LDAP attributes. You can use
|
included to allow access to the raw LDAP attributes. You can use templates
|
||||||
templates for account creation and use multiple configuration
|
for account creation and use multiple configuration profiles.</para>
|
||||||
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 - 2016 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>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>managing user/group/host/domain entries</para>
|
<para>managing user/group/host/domain entries</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>account profiles</para>
|
<para>account profiles</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>account creation via file upload</para>
|
<para>account creation via file upload</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>multiple configuration profiles</para>
|
<para>multiple configuration profiles</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>LDAP browser</para>
|
<para>LDAP browser</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>schema browser</para>
|
<para>schema browser</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>OU editor</para>
|
<para>OU editor</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>PDF export for all accounts</para>
|
<para>PDF export for all accounts</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>manage user/group Quota and create home directories</para>
|
<para>manage user/group Quota and create home directories</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<para><emphasis role="bold">Requirements:</emphasis></para>
|
<para><emphasis role="bold">Requirements:</emphasis></para>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>PHP5 (>= 5.4.0)</para>
|
<para>PHP (>= 5.4.0)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Any standard LDAP server (e.g. OpenLDAP, Active Directory, Samba
|
<para>Any standard LDAP server (e.g. OpenLDAP, Active Directory, Samba
|
||||||
4, OpenDJ, 389 Directory Server, Apache DS, ...)</para>
|
4, OpenDJ, 389 Directory Server, Apache DS, ...)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>A recent web browser that supports CSS2 and JavaScript, at
|
<para>A recent web browser that supports CSS2 and JavaScript, at
|
||||||
minimum:</para>
|
minimum:</para>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Firefox (max. 2 years old)</para>
|
<para>Firefox (max. 2 years old)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Chrome (max. 2 years old)</para>
|
<para>Chrome (max. 2 years old)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Internet Explorer 9<emphasis role="bold"> (compatibility
|
<para>Internet Explorer 9<emphasis role="bold"> (compatibility mode
|
||||||
mode turned off)</emphasis></para>
|
turned off)</emphasis></para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Opera (max. 2 years old)</para>
|
<para>Opera (max. 2 years old)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<para>The default password to edit the configuration options is
|
<para>The default password to edit the configuration options is
|
||||||
"lam".</para>
|
"lam".</para>
|
||||||
|
|
||||||
<para><emphasis role="bold">License:</emphasis></para>
|
<para><emphasis role="bold">License:</emphasis></para>
|
||||||
|
|
||||||
<para>LAM is published under the GNU General Public License. The complete
|
<para>LAM is published under the GNU General Public License. The complete
|
||||||
list of licenses can be found in the copyright file.</para>
|
list of licenses can be found in the copyright file.</para>
|
||||||
|
|
||||||
<para><emphasis role="bold">Default password:</emphasis></para>
|
<para><emphasis role="bold">Default password:</emphasis></para>
|
||||||
|
|
||||||
<para>The default password for the LAM configuration is "lam".</para>
|
<para>The default password for the LAM configuration is "lam".</para>
|
||||||
|
|
||||||
<literallayout>
|
<literallayout>
|
||||||
Have fun!
|
Have fun!
|
||||||
The LAM development team</literallayout>
|
The LAM development team</literallayout>
|
||||||
</preface>
|
</preface>
|
||||||
|
|
Loading…
Reference in New Issue