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
|
Source: lcas
Maintainer: Dennis van Dok <dennisvd@nikhef.nl>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 13),
libglobus-gsi-credential-dev,
libglobus-gssapi-gsi-dev,
pkgconf
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/dennisvd/lcas
Vcs-Git: https://salsa.debian.org/dennisvd/lcas.git
Homepage: https://wiki.nikhef.nl/grid/Site_Access_Control
Package: lcas-interface
Architecture: all
Depends: ${misc:Depends},
libglobus-gssapi-gsi-dev
Description: Local Centre Authorization Service API
LCAS makes binary ('yes' or 'no') authorization decisions at the site
and resource level. In making this decision, it can use a variety of
inputs: the 'grid' name of the user (the Subject Distinguished Name),
any VO attributes the user has (like VOMS FQANs), the name of the
executable the user intends to execute. It supports basic black and
white list functionality, but also more complex VOMS-based
expressions, based on the GACL language.
.
This package contains the interface, needed to build plug-ins for
LCAS.
Package: liblcas0
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Local Centre Authorization Service runtime
LCAS makes binary ('yes' or 'no') authorization decisions at the site
and resource level. In making this decision, it can use a variety of
inputs: the 'grid' name of the user (the Subject Distinguished Name),
any VO attributes the user has (like VOMS FQANs), the name of the
executable the user intends to execute. It supports basic black and
white list functionality, but also more complex VOMS-based
expressions, based on the GACL language.
.
This package contains the run-time library.
Package: liblcas-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
lcas-interface (= ${source:Version}),
liblcas0 (= ${binary:Version}),
libglobus-gssapi-gsi-dev,
libglobus-gss-assist-dev,
libglobus-gsi-cert-utils-dev
Description: Local Centre Authorization Service development files
LCAS makes binary ('yes' or 'no') authorization decisions at the site
and resource level. In making this decision, it can use a variety of
inputs: the 'grid' name of the user (the Subject Distinguished Name),
any VO attributes the user has (like VOMS FQANs), the name of the
executable the user intends to execute. It supports basic black and
white list functionality, but also more complex VOMS-based
expressions, based on the GACL language.
.
This package contains the development libraries.
|