LDAPAccountManager/lam-packaging/debian/control

33 lines
1.5 KiB
Plaintext
Raw Normal View History

2006-01-20 15:33:13 +00:00
Source: ldap-account-manager
Maintainer: Roland Gruber <post@rolandgruber.de>
Section: web
Priority: extra
2008-07-27 13:38:47 +00:00
Standards-Version: 3.8.0
2006-09-18 18:55:22 +00:00
Build-Depends: debhelper (>= 4.1.16), po-debconf
2007-12-01 10:19:47 +00:00
Homepage: http://lam.sourceforge.net/
2006-01-20 15:33:13 +00:00
Package: ldap-account-manager
Architecture: all
2007-10-04 17:49:59 +00:00
Depends: php5 (>= 5.1), php5-ldap, apache | apache-ssl | apache-perl | apache2 | httpd, php-fpdf, debconf (>= 0.2.26) | debconf-2.0
2007-06-07 14:42:57 +00:00
Recommends: php5-mhash
2008-07-22 19:00:46 +00:00
Suggests: ldap-server, sudo, perl, php5-mcrypt, ldap-account-manager-lamdaemon
2006-01-20 15:33:13 +00:00
Description: webfrontend for managing accounts in an LDAP directory
LDAP Account Manager (LAM) runs on an existing webserver. LAM
supports LDAP connections via SSL and TLS. It manages user, group
and host accounts. Currently LAM supports these account types:
Samba 2 and 3, Unix, Kolab 2, address book entries, NIS mail
aliases and MAC addresses. 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.
Account information can be exported as PDF file. There is also
a script included which manages quota and homedirectories, you
2007-12-09 11:39:41 +00:00
have to setup sudo if you want to use it.
2008-07-22 18:14:03 +00:00
2008-07-22 18:31:16 +00:00
Package: ldap-account-manager-lamdaemon
2008-07-22 18:14:03 +00:00
Architecture: all
Depends: perl
2008-07-27 13:38:47 +00:00
Description: Quota and home directory management for LDAP Account Manager
Lamdaemon is part of LDAP Account Manager. This package
2008-07-22 18:14:03 +00:00
needs to be installed on the server where the home directories
2008-07-22 19:00:46 +00:00
reside and/or quotas should be managed.