PHP version
This commit is contained in:
parent
036a16a031
commit
effc028255
|
@ -15,7 +15,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<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>
|
||||
</listitem>
|
||||
|
||||
|
|
|
@ -1,18 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||
<preface>
|
||||
<preface>
|
||||
<title>Overview</title>
|
||||
|
||||
<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 your LDAP server unencrypted or via SSL/TLS.</para>
|
||||
<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
|
||||
your LDAP server unencrypted or via SSL/TLS.</para>
|
||||
|
||||
<para>LAM supports Samba 3/4, Unix, Zarafa, Kolab 2/3, address book
|
||||
entries, NIS mail aliases, MAC addresses and much more. There is a tree
|
||||
viewer included to allow access to the raw LDAP attributes. You can use
|
||||
templates for account creation and use multiple configuration
|
||||
profiles.</para>
|
||||
<para>LAM supports Samba 3/4, Unix, Zarafa, Kolab 2/3, address book entries,
|
||||
NIS mail aliases, MAC addresses and much more. There is a tree viewer
|
||||
included to allow access to the raw LDAP attributes. You can use templates
|
||||
for account creation and use multiple configuration profiles.</para>
|
||||
|
||||
<para><ulink
|
||||
url="https://www.ldap-account-manager.org/">https://www.ldap-account-manager.org/</ulink></para>
|
||||
|
@ -64,7 +63,7 @@
|
|||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>PHP5 (>= 5.4.0)</para>
|
||||
<para>PHP (>= 5.4.0)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -86,8 +85,8 @@
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Internet Explorer 9<emphasis role="bold"> (compatibility
|
||||
mode turned off)</emphasis></para>
|
||||
<para>Internet Explorer 9<emphasis role="bold"> (compatibility mode
|
||||
turned off)</emphasis></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -112,4 +111,4 @@
|
|||
<literallayout>
|
||||
Have fun!
|
||||
The LAM development team</literallayout>
|
||||
</preface>
|
||||
</preface>
|
||||
|
|
Loading…
Reference in New Issue