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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
Source: dacs
Section: web
Priority: optional
Maintainer: Christoph Berg <myon@debian.org>
Uploaders: Martin Zobel-Helas <zobel@debian.org>
Build-Depends:
apache2-dev,
apache2-ssl-dev,
chrpath,
debhelper (>= 11),
docbook-xml,
docbook-xsl,
groff-base,
libexpat1-dev,
libldap2-dev,
libpam0g-dev,
libperl-dev,
libsasl2-dev,
xsltproc,
Standards-Version: 4.3.0
Homepage: https://dacs.dss.ca/
Vcs-Git: https://salsa.debian.org/debian/dacs.git
Vcs-Browser: https://salsa.debian.org/debian/dacs
Package: dacs
Section: web
Architecture: linux-any kfreebsd-any
Depends: libdacs1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Suggests: libapache2-mod-dacs
Description: Distributed Access Control System (DACS)
DACS is a light-weight single sign-on and role-based access control system
for web servers and server-based software. It is also an authentication and
authorization toolkit for programmers. DACS makes secure resource sharing
and remote access via the web easier, safer, and more efficient.
.
DACS provides:
.
* universal, extensible, modular, and efficient authentication methods,
including two-factor authentication and hardware tokens
* powerful, comprehensive, rule-based authorization checking that can
be applied selectively and transparently to any resource or activity
(such as web services, web content, and program features) by
Apache-based web services, CGI programs, servlets, or virtually any
program or script
* secure, web-based single sign-on (SSO)
* flexible, programmable configuration
* an Apache 2.0/2.2 module, suite of CGI-based programs, and collection
of command line tools
Package: libapache2-mod-dacs
Section: httpd
Architecture: linux-any kfreebsd-any
Depends: dacs (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: Distributed Access Control System (DACS) - Apache Module
DACS is a light-weight single sign-on and role-based access control system
for web servers and server-based software. It is also an authentication and
authorization toolkit for programmers. DACS makes secure resource sharing
and remote access via the web easier, safer, and more efficient.
.
This package contains the Apache2 module.
Package: libdacs1
Section: libs
Architecture: linux-any kfreebsd-any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Distributed Access Control System (DACS) - shared library
DACS is a light-weight single sign-on and role-based access control system
for web servers and server-based software. It is also an authentication and
authorization toolkit for programmers. DACS makes secure resource sharing
and remote access via the web easier, safer, and more efficient.
.
This package contains the DACS shared library.
Package: libdacs-dev
Section: libdevel
Architecture: linux-any kfreebsd-any
Depends: libdacs1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Replaces: dacs-dev (<< 1.4.22)
Conflicts: dacs-dev (<< 1.4.22)
Provides: dacs-dev
Description: Distributed Access Control System (DACS) - development files
DACS is a light-weight single sign-on and role-based access control system
for web servers and server-based software. It is also an authentication and
authorization toolkit for programmers. DACS makes secure resource sharing
and remote access via the web easier, safer, and more efficient.
.
This package contains development files for the DACS shared library.
Package: dacs-examples
Section: web
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends:
dacs (>= ${source:Version}),
libapache2-mod-dacs (>= ${source:Version}),
Description: Distributed Access Control System (DACS) - example web root
DACS is a light-weight single sign-on and role-based access control system
for web servers and server-based software. It is also an authentication and
authorization toolkit for programmers. DACS makes secure resource sharing
and remote access via the web easier, safer, and more efficient.
.
This package contains an example web root directory to use with dacs.
|