File: control

package info (click to toggle)
libjifty-plugin-authzldap-perl 0.90000-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 224 kB
  • ctags: 147
  • sloc: perl: 1,829; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,129 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libjifty-plugin-authzldap-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0-12),
  libjifty-perl (>= 0.90519), libcache-cache-perl, libnet-ldap-perl,
  libtest-pod-coverage-perl, libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>
Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/Jifty-Plugin-AuthzLDAP/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libjifty-plugin-authzldap-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libjifty-plugin-authzldap-perl/

Package: libjifty-plugin-authzldap-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libjifty-perl (>= 0.90519-1),
  libcache-cache-perl, libnet-ldap-perl
Description: Jifty plugin to a add dynamic ldap authorization
 Jifty::Plugin::AuthzLDAP is a Jifty plugin and provides ldap authorization
 with filters table and cache.
 .
 You can use Jifty::Plugin::AuthzLDAP->ldapvalidate($user,'is_admin') in your
 dispatcher and update 'is_admin' ldap filter in your application.