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
|
Source: lcmaps-plugins-basic
Section: libs
Maintainer: Dennis van Dok <dvandok@debian.org>
Uploaders: Mischa Salle <msalle@nikhef.nl>
Build-Depends: debhelper-compat (= 13), lcmaps-basic-interface, libldap-dev, pkgconf
Standards-Version: 4.7.3
Homepage: https://wiki.nikhef.nl/grid/Site_Access_Control
Vcs-Browser: https://salsa.debian.org/dennisvd/lcmaps-plugins-basic
Vcs-Git: https://salsa.debian.org/dennisvd/lcmaps-plugins-basic.git
Package: lcmaps-plugins-basic-dummy
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, liblcmaps0 | liblcmaps0t64
Description: Dummy LCMAPS plug-ins
The Local Centre MAPping Service (LCMAPS) is a security middleware
component that processes the users Grid credentials and maps the user
to a local account based on the site local policy.
.
Almost all of the functionality is implemented by plug-ins.
.
This package contains the two dummy plug-ins for static good and bad
decisions.
Package: lcmaps-plugins-basic-localaccount
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, liblcmaps0 | liblcmaps0t64
Description: Localaccount LCMAPS plug-in
The Local Centre MAPping Service (LCMAPS) is a security middleware
component that processes the users Grid credentials and maps the user
to a local account based on the site local policy.
.
Almost all of the functionality is implemented by plug-ins.
.
This package contains the localaccount plugin for LCMAPS.
Package: lcmaps-plugins-basic-poolaccount
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, liblcmaps0 | liblcmaps0t64
Description: Poolaccount LCMAPS plug-in
The Local Centre MAPping Service (LCMAPS) is a security middleware
component that processes the users Grid credentials and maps the user
to a local account based on the site local policy.
.
Almost all of the functionality is implemented by plug-ins.
.
This package contains the poolaccount plugin for LCMAPS.
Package: lcmaps-plugins-basic-posixenf
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, liblcmaps0 | liblcmaps0t64
Description: LCMAPS plug-in to switch user identity
The Local Centre MAPping Service (LCMAPS) is a security middleware
component that processes the users Grid credentials and maps the user
to a local account based on the site local policy.
.
Almost all of the functionality is implemented by plug-ins.
.
This package contains the posix_enf plugin for LCMAPS. It will enforce
(apply) the credentials that are gathered by other plug-ins.
Package: lcmaps-plugins-basic-bandn
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: LCMAPS plugin to ban a user based on the Subject DN
The Local Centre MAPping Service (LCMAPS) is a security middleware
component that processes the users Grid credentials and maps the user
to a local account based on the site local policy.
.
Almost all of the functionality is implemented by plug-ins.
.
This package contains the ban_dn plug-in for banning users based on
Distinguished Names (DNs).
Package: lcmaps-plugins-basic-ldap
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, liblcmaps0 | liblcmaps0t64
Description: LCMAPS plug-in to update ldap according to credentials
The Local Centre MAPping Service (LCMAPS) is a security middleware
component that processes the users Grid credentials and maps the user
to a local account based on the site local policy.
.
Almost all of the functionality is implemented by plug-ins.
.
This package contains the LDAP plug-in. It will alter the user and
group settings in the LDAP database, using the user and groups settings
provided by the credential acquisition plugins.
|