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.