File: control

package info (click to toggle)
voms-mysql-plugin 3.1.7-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 188 kB
  • sloc: cpp: 1,178; makefile: 54; sh: 4
file content (29 lines) | stat: -rw-r--r-- 1,015 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
25
26
27
28
29
Source: voms-mysql-plugin
Priority: optional
Maintainer: Mattias Ellert <mattias.ellert@physics.uu.se>
Build-Depends:
 debhelper (>= 13),
 default-libmysqlclient-dev,
 libssl-dev
Standards-Version: 4.6.2
Section: libs
Vcs-Browser: https://salsa.debian.org/ellert/voms-mysql-plugin
Vcs-Git: https://salsa.debian.org/ellert/voms-mysql-plugin.git
Homepage: https://italiangrid.github.io/voms/

Package: voms-mysql-plugin
Section: libs
Architecture: any
Depends:
 ${shlibs:Depends},
 voms-server,
 ${misc:Depends}
Description: VOMS server plugin for MySQL
 The Virtual Organization Membership Service (VOMS) is an attribute authority
 which serves as central repository for VO user authorization information,
 providing support for sorting users into group hierarchies, keeping track of
 their roles and other attributes in order to issue trusted attribute
 certificates and SAML assertions used in the Grid environment for
 authorization purposes.
 .
 This package offers the MySQL implementation for the VOMS server.