From: Andrew Ruthven Date: Fri, 2 Jul 2010 09:42:51 +0000 (+1200) Subject: Fix the description, set dependencies. X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07af796652893191cb92e3eb6c53bd5532e2c244;p=librt-authen-externalauth-perl.git Fix the description, set dependencies. --- diff --git a/debian/control b/debian/control index 6f7f737..1f9ef89 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,22 @@ Homepage: http://search.cpan.org/dist/RT-Authen-ExternalAuth/ Package: librt-authen-externalauth-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends} +Depends: ${perl:Depends}, ${misc:Depends}, request-tracker3.8 +Suggests: libnet-ldap-perl Description: RT Authen-ExternalAuth Extension - RT Authen-ExternalAuth Extension + This module provides the ability to authenticate Request + Tracker users against one or more external data sources at + once. It will also allow information about that user to be + loaded from the same, or any other available, source as well + as allowing multple redundant servers for each method. . - This description was automagically extracted from the module by dh-make-perl. + The extension currently supports authentication and + information from LDAP via the Net::LDAP module, and from + any data source that an installed DBI driver is available + for. + . + It is also possible to use cookies set by an alternate + application for Single Sign-On (SSO) with that application. + For example, you may integrate RT with your own website login + system so that once users log in to your website, they will be + automagically logged in to RT when they access it.