1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: phpldapadmin
Section: admin
Priority: optional
Maintainer: William Desportes <williamdes@wdes.fr>
Build-Depends: debhelper-compat (= 13), gettext, po-debconf
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/php-team/pear/phpldapadmin
Vcs-Git: https://salsa.debian.org/php-team/pear/phpldapadmin.git -b debian/bookworm-backports
Homepage: https://www.phpldapadmin.org/
Package: phpldapadmin
Architecture: all
Depends: php, php-ldap, php-xml, ucf, ${misc:Depends}
Recommends: libapache2-mod-php | lighttpd | nginx | php-fpm | httpd
Suggests: www-browser
Description: web based interface for administering LDAP servers
phpLDAPadmin is a web-based LDAP client. It provides easy,
anywhere-accessible, multi-language administration for your LDAP
server. Its hierarchical tree-viewer and advanced search functionality
make it intuitive to browse and administer your LDAP directory. Since it
is a web application, this LDAP browser works on many platforms, making
your LDAP server easily manageable from any location.
Usually, you may access PLA by pointing your browser to
http://<webserver>/phpldapadmin .
|