]> git.etc.gen.nz Git - librt-authen-externalauth-perl.git/commitdiff
Fix the description, set dependencies.
authorAndrew Ruthven <andrew@etc.gen.nz>
Fri, 2 Jul 2010 09:42:51 +0000 (21:42 +1200)
committerAndrew Ruthven <andrew@etc.gen.nz>
Fri, 2 Jul 2010 09:42:51 +0000 (21:42 +1200)
debian/control

index 6f7f737466a1b39d69da34a832907a7d9ccfb31e..1f9ef894580f57057d3e038fbea3eb76d3da03b9 100644 (file)
@@ -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.