PHP >= 5.2
This commit is contained in:
parent
f11b37bdf8
commit
cfbf05e997
|
@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 4.1.16), po-debconf
|
|||
|
||||
Package: ldap-account-manager
|
||||
Architecture: all
|
||||
Depends: php5 | php5-cgi | libapache2-mod-php5, php5-ldap, apache | apache-ssl | apache-perl | apache2 | httpd, php-fpdf, debconf (>= 0.2.26) | debconf-2.0
|
||||
Depends: php5 (>= 5.2), php5-ldap, apache | apache-ssl | apache-perl | apache2 | httpd, php-fpdf, debconf (>= 0.2.26) | debconf-2.0
|
||||
Recommends: php5-mhash
|
||||
Suggests: ldap-server, sudo, perl, php5-mcrypt
|
||||
Description: webfrontend for managing accounts in an LDAP directory
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
- tabular design for account pages
|
||||
- show DN on account pages
|
||||
- Samba 3: made Samba account optional
|
||||
- fixed bugs:
|
||||
-> LAM Pro: UTF-8 characters are invalid displayed on configuration page (1788752)
|
||||
|
||||
|
||||
08.08.2007 2.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@ Installation Instructions for LAM
|
|||
|
||||
1. Requirements
|
||||
|
||||
- Apache webserver (SSL optional) with PHP module (PHP with
|
||||
- Apache webserver (SSL optional) with PHP module (PHP 5 (>= 5.2) with
|
||||
ldap, gettext, xml and optional mcrypt)
|
||||
- some LAM plugins may require additional PHP extensions (you will get a
|
||||
note on the login page if something is missing)
|
||||
|
@ -52,7 +52,7 @@ Installation Instructions for LAM
|
|||
|
||||
3. Setting up PHP
|
||||
|
||||
LAM runs with PHP5.
|
||||
LAM runs with PHP5 (>= 5.2).
|
||||
|
||||
Needed changes in your php.ini:
|
||||
|
||||
|
|
Loading…
Reference in New Issue