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 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
|
Source: lcmaps
Section: libs
Priority: optional
Maintainer: Dennis van Dok <dennisvd@nikhef.nl>
Uploaders: Mischa Salle <msalle@nikhef.nl>,
Build-Depends: debhelper (>= 9), dh-exec (>= 0.3), dh-autoreconf,
autotools-dev, voms-dev, libglobus-gssapi-gsi-dev,
libglobus-gss-assist-dev, libglobus-gsi-credential-dev,
libglobus-common-dev, libssl-dev, flex, bison, pkg-config
Standards-Version: 4.0.0
Homepage: http://wiki.nikhef.nl/grid/Site_Access_Control
Vcs-Svn: https://ndpfsvn.nikhef.nl/repos/mwsec/packaging/debian/trunk/lcmaps
Vcs-Browser: http://ndpfsvn.nikhef.nl/viewvc/mwsec/packaging/debian/trunk/lcmaps
Package: lcmaps-basic-interface
Section: libdevel
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: LCMAPS header files for basic interfaces
The Local Centre MAPping Service (LCMAPS) is a security middleware
component that processes the users Grid credentials (typically X.509
proxy certificates and VOMS attributes) and maps the user to a local
account based on the site local policy.
.
It is a highly configurable pluggable interface, and many plugins are
available to tailor almost every need. Since this is middleware, it
does not interact with the user directly; to use it in a program please
see the lcmaps-interface package.
.
This package contains the header files for the basic interfaces.
Package: lcmaps-openssl-interface
Section: libdevel
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, libssl-dev, lcmaps-basic-interface (= ${source:Version})
Description: LCMAPS header files for OpenSSL interfaces
The Local Centre MAPping Service (LCMAPS) is a security middleware
component that processes the users Grid credentials (typically X.509
proxy certificates and VOMS attributes) and maps the user to a local
account based on the site local policy.
.
It is a highly configurable pluggable interface, and many plugins are
available to tailor almost every need. Since this is middleware, it
does not interact with the user directly; to use it in a program please
see the lcmaps-interface package.
.
This package contains the header files for the OpenSSL dependent interfaces.
Package: lcmaps-globus-interface
Section: libdevel
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, libglobus-gssapi-gsi-dev,
lcmaps-openssl-interface (= ${source:Version})
Provides: lcmaps-interface
Description: LCMAPS header files for Globus interfaces
The Local Centre MAPping Service (LCMAPS) is a security middleware
component that processes the users Grid credentials (typically X.509
proxy certificates and VOMS attributes) and maps the user to a local
account based on the site local policy.
.
It is a highly configurable pluggable interface, and many plugins are
available to tailor almost every need. Since this is middleware, it
does not interact with the user directly; to use it in a program please
see the lcmaps-interface package.
.
This package contains the header files for the globus dependent interfaces.
Package: liblcmaps0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Grid (X.509) and VOMS credentials to local account mapping service
The Local Centre MAPping Service (LCMAPS) is a security middleware
component that processes the users Grid credentials (typically X.509
proxy certificates and VOMS attributes) and maps the user to a local
account based on the site local policy.
.
It is a highly configurable pluggable interface, and many plugins are
available to tailor almost every need. Since this is middleware, it
does not interact with the user directly; to use it in a program please
see the lcmaps-interface package.
.
This package contains the run-time library necessary to use the framework.
Package: liblcmaps-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, lcmaps-globus-interface (= ${source:Version}),
liblcmaps0 (= ${binary:Version})
Description: LCMAPS development libraries
The Local Centre MAPping Service (LCMAPS) is a security middleware
component that processes the users Grid credentials (typically X.509
proxy certificates and VOMS attributes) and maps the user to a local
account based on the site local policy.
.
It is a highly configurable pluggable interface, and many plugins are
available to tailor almost every need. Since this is middleware, it
does not interact with the user directly; to use it in a program please
see the lcmaps-*-interface packages.
.
This package contains the development libraries.
Package: liblcmaps-without-gsi0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Grid mapping service without GSI
The Local Centre MAPping Service (LCMAPS) is a security middleware
component that processes the users Grid credentials (typically X.509
proxy certificates and VOMS attributes) and maps the user to a local
account based on the site local policy.
.
It is a highly configurable pluggable interface, and many plugins are
available to tailor almost every need. Since this is middleware, it
does not interact with the user directly; to use it in a program please
see the lcmaps-interface package.
.
This package contains an implementation without GSI protocol support.
Package: liblcmaps-without-gsi-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, lcmaps-basic-interface (= ${source:Version}),
liblcmaps-without-gsi0 (= ${binary:Version})
Description: LCMAPS development libraries (Without GSI)
The Local Centre MAPping Service (LCMAPS) is a security middleware
component that processes the users Grid credentials (typically X.509
proxy certificates and VOMS attributes) and maps the user to a local
account based on the site local policy.
.
It is a highly configurable pluggable interface, and many plugins are
available to tailor almost every need. Since this is middleware, it
does not interact with the user directly; to use it in a program please
see the lcmaps-*-interface packages.
.
This version is built without support for the GSI protocol.
This package contains the development libraries.
|