added JQuery and PHP5 GD

This commit is contained in:
Roland Gruber 2010-01-02 14:00:33 +00:00
parent 974238724a
commit f4ab678b9a
2 changed files with 4 additions and 2 deletions

View File

@ -8,10 +8,10 @@ Homepage: http://www.ldap-account-manager.org/
Package: ldap-account-manager
Architecture: all
Depends: php5 (>= 5.1), php5-ldap, apache2 | httpd, php-fpdf, debconf (>= 0.2.26) | debconf-2.0, ${misc:Depends}
Depends: php5 (>= 5.1), php5-ldap, php5-gd, apache2 | httpd, php-fpdf, libjs-jquery, debconf (>= 0.2.26) | debconf-2.0, ${misc:Depends}
Suggests: ldap-server, php5-mcrypt, ldap-account-manager-lamdaemon, perl, libssh2-php
Description: webfrontend for managing accounts in an LDAP directory
LDAP Account Manager (LAM) runs on an existing webserver.It manages user, group
LDAP Account Manager (LAM) runs on an existing webserver. It manages user, group
and host accounts. Currently LAM supports these account types:
Samba 3, Unix, Kolab 2, address book entries, NIS mail
aliases and MAC addresses. There is a tree viewer included to

View File

@ -35,6 +35,8 @@ for file in $files; do
done
if [ ! -h /usr/share/ldap-account-manager/lib/fpdf.php ]; then\
ln -s /usr/share/fpdf/fpdf.php /usr/share/ldap-account-manager/lib/fpdf.php; fi
if [ ! -h /usr/share/ldap-account-manager/templates/lib/jquery.js ]; then\
ln -s /usr/share/javascript/jquery/jquery.js /usr/share/ldap-account-manager/templates/lib/jquery.js; fi
if [ ! -h /usr/share/ldap-account-manager/config ]; then\
ln -s /var/lib/ldap-account-manager/config /usr/share/ldap-account-manager/config; fi
if [ ! -h /usr/share/ldap-account-manager/sess ]; then\